Predicate Model for Ontologies (PreMOn) - VerbNet ontology module

IRI:
http://premon.fbk.eu/ontology/vn
Date:
2018-02-15
Current version:
2018a
Authors:
Francesco Corcoglioniti
Marco Rospocher <https://dkm.fbk.eu/rospocher>
Publisher:
DKM, Fondazione Bruno Kessler <http://dkm.fbk.eu/>
Imported Ontologies:
http://premon.fbk.eu/ontology/core
http://www.w3.org/ns/lemon/ontolex
RDF version:
RDF/XML (.owl), Turtle (.ttl), NTriples (.nt)

Abstract

The VerbNet module of the PreMOn ontology extends the core module with classes and properties specific to the VerbNet predicate model. The modelling is based on the [VerbNet Annotation Guidelines](http://nlp.cs.nyu.edu/meyers/nombank/nombank-specs-2007.pdf).

Table of Content

  1. Introduction
  2. Classes
  3. Object Properties
  4. Data Properties
  5. Named Individuals
  6. Annotation Properties
  7. Namespace Declarations

Introduction

The VerbNet module of the PreMOn ontology defines classes [pmovn:VerbClass](http://premon.fbk.eu/ontology/vn#VerbClass) and [pmovn:SemanticRole](http://premon.fbk.eu/ontology/vn#SemanticRole) as subclasses of [pmo:SemanticClass](http://premon.fbk.eu/ontology/core#SemanticClass) and [pmo:SemanticRole](http://premon.fbk.eu/ontology/core#SemanticRole), respectively. *Class members* are modeled as instances of [ontolex:LexicalEntry](https://www.w3.org/community/ontolex/wiki/Final_Model_Specification#Lexical_Entry), connected to their class via property [ontolex:evokes](https://www.w3.org/community/ontolex/wiki/Final_Model_Specification#Evokes). The VN class hierarchy is modeled via the [pmovn:subclassOf](http://premon.fbk.eu/ontology/vn#subclassOf) property (subproperty of [skos:broader](http://www.w3.org/2004/02/skos/core#broader)), that relates a verb class (e.g., *13.1-1*) with its parent class (e.g., *13.1*). Given the propagation of semantic roles along the class hierarchy, we introduce property [pmovn:definesSemRole](http://premon.fbk.eu/ontology/vn#definesSemRole) to differentiate the [pmovn:SemanticRole](http://premon.fbk.eu/ontology/vn#SemanticRole) instances defined on a class from the ones inherited from its ancestor classes. Each [pmovn:SemanticRole](http://premon.fbk.eu/ontology/vn#SemanticRole) instance is related (via property [pmovn:thematicRole](http://premon.fbk.eu/ontology/vn#thematicRole)) to exactly one [pmovn:ThematicRole](http://premon.fbk.eu/ontology/vn#ThematicRole), which contains all the thematic roles defined in VB. These thematic roles are organized in a hierarchy, which is formalized via the [skos:broader](http://www.w3.org/2004/02/skos/core#broader) property. VN selectional restrictions on [pmovn:SemanticRole](http://premon.fbk.eu/ontology/vn#SemanticRole)s (e.g., restricting *theme* to something not animate) are formalized using property [pmovn:restriction](http://premon.fbk.eu/ontology/vn#restriction) and class [pmovn:Restriction](http://premon.fbk.eu/ontology/vn#Restriction) (see later). A verb class may have one or more [pmovn:VerbNetFrame](http://premon.fbk.eu/ontology/vn#VerbNetFrame)s (via property [pmovn:frame](http://premon.fbk.eu/ontology/vn#frame), or its subproperty [pmovn:definesFrame](http://premon.fbk.eu/ontology/vn#definesFrame), to distinguish frames defined on the class or inherited from ancestors), which have: * one or more ordered [pmo:SynItem](http://premon.fbk.eu/ontology/core#SynItem)s, modeling a syntactic construction (e.g., *Agent V Theme [-sentential]*) shared by all members of the class. [pmo:SynItem](http://premon.fbk.eu/ontology/core#SynItem)s are specialized according to their syntactical function (e.g., [pmovn:NpSynItem](http://premon.fbk.eu/ontology/vn#NpSynItem) for noun phrases). A [pmovn:NpSynItem](http://premon.fbk.eu/ontology/vn#NpSynItem) can point (via [pmo:valueObj](http://premon.fbk.eu/ontology/core#valueObj)) to a [pmovn:SemanticRole](http://premon.fbk.eu/ontology/vn#SemanticRole), and define, via [pmovn:restriction](http://premon.fbk.eu/ontology/vn#restriction), (i) a selectional restriction holding for the [pmovn:SemanticRole](http://premon.fbk.eu/ontology/vn#SemanticRole) in that frame (e.g., *animate*), or (ii) some other syntactic restriction (e.g., *np to inf*). Similarly, selectional restrictions can be modelled on [pmovn:PrepSynItem](http://premon.fbk.eu/ontology/vn#PrepSynItem) (e.g., *spatial*); * one or more ordered semantic [pmo:Pred](http://premon.fbk.eu/ontology/core#Pred)s, modeling the meaning of the event, and its participants, expressed by the verb class for that syntactic construction (e.g., *approve(during(E), Agent, Theme)*). Predicates in [pmovn:Pred](http://premon.fbk.eu/ontology/vn#Pred) have a type ([pmovn:PredType](http://premon.fbk.eu/ontology/vn#PredType), e.g., *approve*) and can be further decomposed in [pmovn:PredArg](http://premon.fbk.eu/ontology/vn#PredArg) (e.g., *during(E)*) of various types (e.g., [pmovn:EventPredArg](http://premon.fbk.eu/ontology/vn#EventPredArg)). Negation of a predicate is expressed by property [pmovn:negPred](http://premon.fbk.eu/ontology/vn#negPred), while implicit [pmovn:PredArg](http://premon.fbk.eu/ontology/vn#PredArg)s are marked with property [pmovn:impPredArg](http://premon.fbk.eu/ontology/vn#impPredArg). A [pmovn:VerbNetFrame](http://premon.fbk.eu/ontology/vn#VerbNetFrame) is directly associated to its corresponding [pmo:Example](http://premon.fbk.eu/ontology/core#Example) via the [pmovn:frameExample](http://premon.fbk.eu/ontology/vn#frameExample) property. ### Restrictions [pmovn:Restriction](http://premon.fbk.eu/ontology/vn#Restriction)s are modeled structurally as AND / OR compositions ([pmovn:CompoundRestriction](http://premon.fbk.eu/ontology/vn#CompoundRestriction) and subclasses) of atomic restrictions ([pmovn:AtomicRestriction](http://premon.fbk.eu/ontology/vn#AtomicRestriction) and subclasses) that require the presence or absence of a certain [pmovn:RestrictionProperty](http://premon.fbk.eu/ontology/vn#RestrictionProperty). Semantically, restrictions are divided in [pmovn:SyntacticRestriction](http://premon.fbk.eu/ontology/vn#SyntacticRestriction)s, which refer to a [pmovn:SyntacticRestrictionProperty](http://premon.fbk.eu/ontology/vn#SyntacticRestrictionProperty) and are attached to [pmovn:NpSynItem](http://premon.fbk.eu/ontology/vn#NpSynItem)s, and [pmovn:SelectionalRestriction](http://premon.fbk.eu/ontology/vn#SelectionalRestriction)s. The latter are divided in [pmovn:PrepositionalSelectionalRestriction](http://premon.fbk.eu/ontology/vn#PrepositionalSelectionalRestriction)s, which refer to a [pmovn:PrepositionalRestrictionProperty](http://premon.fbk.eu/ontology/vn#PrepositionalRestrictionProperty) and are attached to [pmovn:PrepSynItem](http://premon.fbk.eu/ontology/vn#PrepSynItem)s, and [pmovn:RoleSelectionalRestriction](http://premon.fbk.eu/ontology/vn#RoleSelectionalRestriction)s, which refer to a [pmovn:RoleRestrictionProperty](http://premon.fbk.eu/ontology/vn#RoleRestrictionProperty) and are attached both to [pmovn:SemanticRole](http://premon.fbk.eu/ontology/vn#SemanticRole)s and [pmovn:NpSynItem](http://premon.fbk.eu/ontology/vn#NpSynItem)s. Every restriction instance instantiates both a structural and a semantic subclass of [pmovn:Restriction](http://premon.fbk.eu/ontology/vn#Restriction).

Classes

Absent Atomic Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#AbsentAtomicRestriction

has super-classes
Atomic Restrictionc

Adjective Syntactic Itemc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#AdjSynItem

has super-classes
Syntactic Itemc

Adverb Syntactic Itemc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#AdvSynItem

has super-classes
Syntactic Itemc

And Compound Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#AndCompoundRestriction

default
has super-classes
Compound Restrictionc

Atomic Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#AtomicRestriction

has super-classes
value obj exactly 1
Restrictionc
has sub-classes
Absent Atomic Restrictionc, Exist Atomic Restrictionc

Auxiliary NP Typec back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#AuxnpType

is equivalent to
{ Oblique , Oblique2 , Oblique1 , NP }
has members
NPni, Obliqueni, Oblique1ni, Oblique2ni

Compound Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#CompoundRestriction

has super-classes
item some thingc
Restrictionc
has sub-classes
And Compound Restrictionc, Or Compound Restrictionc

Constant Predicate Argumentc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#ConstantPredArg

has super-classes
Predicate Argumentc

Event Predicate Argumentc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#EventPredArg

has super-classes
value obj exactly 1
value obj only Event Predicate Argument Typec
Predicate Argumentc

Event Predicate Argument Typec back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#EventPredArgType

is equivalent to
{ start of event , result of event , end of event , during event }
has members
during eventni, end of eventni, result of eventni, start of eventni

Exist Atomic Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#ExistAtomicRestriction

has super-classes
Atomic Restrictionc

Lexical Syntactic Itemc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#LexSynItem

Not clear if there is an equivalent in lexInfo
has super-classes
value obj some thingc
Syntactic Itemc

NP Syntactic Itemc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#NpSynItem

has super-classes
value obj exactly 1
restrictionop only Role Selectional Restrictionc or Syntactic Restrictionc
value obj only Auxiliary NP Typec or Semantic Role (VN)c
Syntactic Itemc

Or Compound Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#OrCompoundRestriction

has super-classes
Compound Restrictionc

Predicatec back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#Pred

has super-classes
value obj some thingc
negated predicatedp exactly 1
item some Predicate Argumentc
value obj only Predicate Typec
first exactly 1 Predicate Argumentc
is in domain of
negated predicatedp

Predicate Argumentc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#PredArg

has super-classes
next only Predicate Argumentc
value dt exactly 1
value dt only string
implicit predicate argumentdp exactly 1
has sub-classes
Constant Predicate Argumentc, Event Predicate Argumentc, Thematic Role Predicate Argumentc, Verb Specific Predicate Argumentc
is in domain of
implicit predicate argumentdp

Predicate Typec back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#PredType

Preposition Selectional Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#PrepositionSelectionalRestriction

has super-classes
value obj only Preposition Selectional Restriction Propertyc
item only Preposition Selectional Restrictionc
Selectional Restrictionc

Preposition Selectional Restriction Propertyc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#PrepositionRestrictionProperty

is equivalent to
{ dest , path , dir , loc , spatial , plural , src , dest_dir , dest_conf }
has super-classes
Selectional Restriction Propertyc
has members
destni, dest_confni, dest_dirni, dirni, locni, pathni, pluralni, spatialni, srcni

Preposition Syntactic Itemc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#PrepSynItem

has super-classes
((not ({ start of event , result of event , end of event , during event })) and (restrictionop some thingc)) or ((not (restrictionop some thingc)) and (value obj some thingc))
restrictionop only Preposition Selectional Restrictionc
value obj only lexical entry and (part of speechop value preposition)
Syntactic Itemc

Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#Restriction

has sub-classes
Atomic Restrictionc, Compound Restrictionc, Selectional Restrictionc, Syntactic Restrictionc
is in range of
restrictionop

Restriction Propertyc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#RestrictionProperty

has sub-classes
Selectional Restriction Propertyc, Syntactic Restriction Propertyc

Role Selectional Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#RoleSelectionalRestriction

has super-classes
value obj only Role Selectional Restriction Propertyc
item only Role Selectional Restrictionc
Selectional Restrictionc

Role Selectional Restriction Propertyc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#RoleRestrictionProperty

is equivalent to
{ machine , pointy , animate , comestible , scalar , shape , region , communication , plant , body_part , nonrigid , human , int_control , substance , organization , concrete , biotic , tool , rigid , sound , vehicle , solid , artifact , force , location , time , animal , elongated , abstract , physical object , state , currency , garment , refl }
has super-classes
Selectional Restriction Propertyc
has members
abstractni, animalni, animateni, artifactni, bioticni, body_partni, comestibleni, communicationni, concreteni, currencyni, elongatedni, forceni, garmentni, humanni, ideani, int_controlni, locationni, machineni, naturalni, nonrigidni, organizationni, physical objectni, plantni, pluralni, pointyni, reflni, regionni, rigidni, scalarni, shapeni, solidni, soundni, stateni, substanceni, timeni, toolni, vehicleni

Selectional Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#SelectionalRestriction

has super-classes
value obj only Selectional Restriction Propertyc
item only Selectional Restrictionc
Restrictionc
has sub-classes
Preposition Selectional Restrictionc, Role Selectional Restrictionc

Selectional Restriction Propertyc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#SelectionalRestrictionProperty

has super-classes
Restriction Propertyc
has sub-classes
Preposition Selectional Restriction Propertyc, Role Selectional Restriction Propertyc

Semantic Role (VN)c back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#SemanticRole

has super-classes
restrictionop only Role Selectional Restriction Propertyc
thematic roleop some Thematic Role (VN)c
inverse sem role only Verb Class (VN)c
semantic role
is in domain of
thematic roleop
is in range of
defines semantic roleop

Syntactic Frame (VN)c back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#VerbNetFrame

has super-classes
item exactly 1 Verb Syntactic Itemc
item only Predicatec or Syntactic Itemc
first exactly 1 Syntactic Itemc
is in domain of
frame description numberdp, frame primarydp, frame secondarydp, frame semantics descriptiondp, frame syntax descriptiondp, frame xtagdp
is in range of
frameop

Syntactic Itemc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#SynItem

has super-classes
next only Syntactic Itemc
has sub-classes
Adjective Syntactic Itemc, Adverb Syntactic Itemc, Lexical Syntactic Itemc, NP Syntactic Itemc, Preposition Syntactic Itemc, Verb Syntactic Itemc

Syntactic Restrictionc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#SyntacticRestriction

has super-classes
item only Syntactic Restrictionc
value obj only Syntactic Restriction Propertyc
Restrictionc

Syntactic Restriction Propertyc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#SyntacticRestrictionProperty

is equivalent to
{ adv_loc , np_omit_ing , tensed_that , np_ing , oc_ing , sc_to_inf , vc_to_inf , small_clause , genitive , wheth_inf , oc_to_inf , what_extract , oc_bare_inf , np_p_ing , wh_ing , how_extract , to_be , wh_extract , what_inf , np_ppart , that_comp , ac_ing , plural , quotation , wh_comp , np_to_inf , acc_ing , rs_to_inf , np_tobe , for_comp , wh_inf , be_sc_ing , sentential , definite , poss_ing , sc_ing , ac_to_inf , body_part , refl }
has super-classes
Restriction Propertyc
has members
ac_ingni, ac_to_infni, acc_ingni, adv_locni, be_sc_ingni, body_partni, definiteni, for_compni, genitiveni, how_extractni, np_ingni, np_omit_ingni, np_p_ingni, np_ppartni, np_to_infni, np_tobeni, oc_bare_infni, oc_ingni, oc_to_infni, pluralni, pos_ingni, poss_ingni, quotationni, reflni, rs_to_infni, sc_ingni, sc_to_infni, sententialni, small_clauseni, tensed_thatni, that_compni, to_beni, to_inf_rsni, vc_to_infni, wh_compni, wh_extractni, wh_infni, wh_ingni, what_extractni, what_infni, wheth_infni

Thematic Role (VN)c back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#ThematicRole

has super-classes
concept
is in range of
thematic roleop
has members
actorni, agentni, assetni, attributeni, beneficiaryni, causeni, co-agentni, co-patientni, co-themeni, destinationni, durationni, experiencerni, extentni, final timeni, frequencyni, goalni, initial locationni, initial timeni, instrumentni, locationni, materialni, participantni, patientni, pivotni, placeni, predicateni, productni, recipientni, reflexiveni, resultni, sourceni, stimulusni, themeni, timeni, topicni, trajectoryni, undergoerni, valueni

Thematic Role Predicate Argumentc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#ThemRolePredArg

has super-classes
value obj only Thematic Role (VN)c
value obj exactly 1
Predicate Argumentc

Verb Class (VN)c back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#VerbClass

has super-classes
sem role only Semantic Role (VN)c
semantic class
is in domain of
defines semantic roleop, frameop, subclass ofop
is in range of
subclass ofop

Verb Specific Predicate Argumentc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#VerbSpecificPredArg

has super-classes
Predicate Argumentc

Verb Syntactic Itemc back to ToC or Class ToC

IRI: http://premon.fbk.eu/ontology/vn#VerbSynItem

has super-classes
Syntactic Itemc

Object Properties

defines frameop back to ToC or Object Property ToC

IRI: http://premon.fbk.eu/ontology/vn#definesFrame

has super-properties
frameop

defines semantic roleop back to ToC or Object Property ToC

IRI: http://premon.fbk.eu/ontology/vn#definesSemRole

has super-properties
sem role
has domain
Verb Class (VN)c
has range
Semantic Role (VN)c

frameop back to ToC or Object Property ToC

IRI: http://premon.fbk.eu/ontology/vn#frame

has sub-properties
defines frameop
has domain
Verb Class (VN)c
has range
Syntactic Frame (VN)c

frame exampleop back to ToC or Object Property ToC

IRI: http://premon.fbk.eu/ontology/vn#frameExample

directly associates a VerbNet frame to its corresponding example

restrictionop back to ToC or Object Property ToC

IRI: http://premon.fbk.eu/ontology/vn#restriction

has super-properties
top object property
has domain
NP Syntactic Itemc or Preposition Syntactic Itemc or Semantic Role (VN)c
has range
Restrictionc

subclass ofop back to ToC or Object Property ToC

IRI: http://premon.fbk.eu/ontology/vn#subclassOf

has super-properties
class rel
broader
has domain
Verb Class (VN)c
has range
Verb Class (VN)c

thematic roleop back to ToC or Object Property ToC

IRI: http://premon.fbk.eu/ontology/vn#thematicRole

has characteristics: functional

has domain
Semantic Role (VN)c
has range
Thematic Role (VN)c

Data Properties

frame description numberdp back to ToC or Data Property ToC

IRI: http://premon.fbk.eu/ontology/vn#frameDescNumber

has characteristics: functional

has domain
Syntactic Frame (VN)c
has range
string

frame primarydp back to ToC or Data Property ToC

IRI: http://premon.fbk.eu/ontology/vn#framePrimary

has characteristics: functional

has domain
Syntactic Frame (VN)c
has range
string

frame secondarydp back to ToC or Data Property ToC

IRI: http://premon.fbk.eu/ontology/vn#frameSecondary

has characteristics: functional

has domain
Syntactic Frame (VN)c
has range
string

frame semantics descriptiondp back to ToC or Data Property ToC

IRI: http://premon.fbk.eu/ontology/vn#frameSemanticsDescription

String representing the semantics of the Frame
has domain
Syntactic Frame (VN)c
has range
string

frame syntax descriptiondp back to ToC or Data Property ToC

IRI: http://premon.fbk.eu/ontology/vn#frameSyntaxDescription

String representing the syntax of the Frame
has domain
Syntactic Frame (VN)c
has range
string

frame xtagdp back to ToC or Data Property ToC

IRI: http://premon.fbk.eu/ontology/vn#frameXtag

has characteristics: functional

has domain
Syntactic Frame (VN)c
has range
string

implicit predicate argumentdp back to ToC or Data Property ToC

IRI: http://premon.fbk.eu/ontology/vn#implPredArg

has characteristics: functional

has domain
Predicate Argumentc
has range
boolean

negated predicatedp back to ToC or Data Property ToC

IRI: http://premon.fbk.eu/ontology/vn#negPred

has characteristics: functional

has domain
Predicatec
has range
boolean

Named Individuals

abstractni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#abstract_rrp

belongs to
Role Selectional Restriction Propertyc

ac_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#ac_ing_syrp

belongs to
Syntactic Restriction Propertyc

ac_to_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#ac_to_inf_syrp

belongs to
Syntactic Restriction Propertyc

acc_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#acc_ing_syrp

belongs to
Syntactic Restriction Propertyc

actorni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#actor

abstract, non instantiated in the dataset
belongs to
Thematic Role (VN)c

adv_locni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#adv_loc_syrp

belongs to
Syntactic Restriction Propertyc

agentni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#agent

belongs to
Thematic Role (VN)c

animalni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#animal_rrp

belongs to
Role Selectional Restriction Propertyc

animateni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#animate_rrp

belongs to
Role Selectional Restriction Propertyc

artifactni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#artifact_rrp

Non in the data
belongs to
Role Selectional Restriction Propertyc

assetni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#asset

belongs to
Thematic Role (VN)c

attributeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#attribute

belongs to
Thematic Role (VN)c

be_sc_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#be_sc_ing_syrp

belongs to
Syntactic Restriction Propertyc

beneficiaryni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#beneficiary

belongs to
Thematic Role (VN)c

bioticni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#biotic_rrp

belongs to
Role Selectional Restriction Propertyc

body_partni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#body_part_rrp

belongs to
Role Selectional Restriction Propertyc

body_partni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#body_part_syrp

belongs to
Syntactic Restriction Propertyc

causeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#cause

belongs to
Thematic Role (VN)c

co-agentni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#coAgent

belongs to
Thematic Role (VN)c

co-patientni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#coPatient

belongs to
Thematic Role (VN)c

co-themeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#coTheme

belongs to
Thematic Role (VN)c

comestibleni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#comestible_rrp

belongs to
Role Selectional Restriction Propertyc

communicationni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#communication_rrp

belongs to
Role Selectional Restriction Propertyc

concreteni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#concrete_rrp

belongs to
Role Selectional Restriction Propertyc

currencyni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#currency_rrp

belongs to
Role Selectional Restriction Propertyc

definiteni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#definite_syrp

belongs to
Syntactic Restriction Propertyc

destni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#dest_prp

belongs to
Preposition Selectional Restriction Propertyc

dest_confni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#dest_conf_prp

belongs to
Preposition Selectional Restriction Propertyc

dest_dirni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#dest_dir_prp

belongs to
Preposition Selectional Restriction Propertyc

destinationni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#destination

belongs to
Thematic Role (VN)c

dirni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#dir_prp

belongs to
Preposition Selectional Restriction Propertyc

durationni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#duration

belongs to
Thematic Role (VN)c

during eventni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#duringEventArg

belongs to
Event Predicate Argument Typec

elongatedni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#elongated_rrp

belongs to
Role Selectional Restriction Propertyc

end of eventni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#endEventArg

belongs to
Event Predicate Argument Typec

experiencerni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#experiencer

belongs to
Thematic Role (VN)c

extentni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#extent

belongs to
Thematic Role (VN)c

final timeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#finalTime

belongs to
Thematic Role (VN)c

for_compni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#for_comp_syrp

belongs to
Syntactic Restriction Propertyc

forceni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#force_rrp

belongs to
Role Selectional Restriction Propertyc

frequencyni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#frequency

belongs to
Thematic Role (VN)c

garmentni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#garment_rrp

belongs to
Role Selectional Restriction Propertyc

genitiveni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#genitive_syrp

belongs to
Syntactic Restriction Propertyc

goalni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#goal

belongs to
Thematic Role (VN)c

how_extractni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#how_extract_syrp

belongs to
Syntactic Restriction Propertyc

humanni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#human_rrp

belongs to
Role Selectional Restriction Propertyc

ideani back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#idea_rrp

belongs to
Role Selectional Restriction Propertyc

initial locationni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#initialLocation

belongs to
Thematic Role (VN)c

initial timeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#initialTime

belongs to
Thematic Role (VN)c

instrumentni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#instrument

belongs to
Thematic Role (VN)c

int_controlni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#int_control_rrp

belongs to
Role Selectional Restriction Propertyc

locni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#loc_prp

belongs to
Preposition Selectional Restriction Propertyc

locationni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#location

belongs to
Thematic Role (VN)c

locationni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#location_rrp

belongs to
Role Selectional Restriction Propertyc

machineni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#machine_rrp

belongs to
Role Selectional Restriction Propertyc

materialni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#material

belongs to
Thematic Role (VN)c

naturalni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#natural_rrp

belongs to
Role Selectional Restriction Propertyc

nonrigidni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#nonrigid_rrp

belongs to
Role Selectional Restriction Propertyc

NPni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#np_auxnpType

belongs to
Auxiliary NP Typec

np_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#np_ing_syrp

belongs to
Syntactic Restriction Propertyc

np_omit_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#np_omit_ing_syrp

belongs to
Syntactic Restriction Propertyc

np_p_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#np_p_ing_syrp

belongs to
Syntactic Restriction Propertyc

np_ppartni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#np_ppart_syrp

belongs to
Syntactic Restriction Propertyc

np_to_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#np_to_inf_syrp

belongs to
Syntactic Restriction Propertyc

np_tobeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#np_tobe_syrp

belongs to
Syntactic Restriction Propertyc

Obliqueni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#oblique_auxnpType

belongs to
Auxiliary NP Typec

Oblique1ni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#oblique1_auxnpType

belongs to
Auxiliary NP Typec

Oblique2ni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#oblique2_auxnpType

belongs to
Auxiliary NP Typec

oc_bare_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#oc_bare_inf_syrp

belongs to
Syntactic Restriction Propertyc

oc_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#oc_ing_syrp

belongs to
Syntactic Restriction Propertyc

oc_to_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#oc_to_inf_syrp

belongs to
Syntactic Restriction Propertyc

organizationni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#organization_rrp

belongs to
Role Selectional Restriction Propertyc

participantni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#participant

abstract, non instantiated in the dataset.
belongs to
Thematic Role (VN)c

pathni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#path_prp

belongs to
Preposition Selectional Restriction Propertyc

patientni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#patient

belongs to
Thematic Role (VN)c

physical objectni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#phys_obj_rrp

Non in the data
belongs to
Role Selectional Restriction Propertyc

pivotni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#pivot

belongs to
Thematic Role (VN)c

placeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#place

abstract, non instantiated in the dataset
belongs to
Thematic Role (VN)c

plantni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#plant_rrp

Non in the data
belongs to
Role Selectional Restriction Propertyc

pluralni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#plural_prp

belongs to
Preposition Selectional Restriction Propertyc

pluralni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#plural_rrp

belongs to
Role Selectional Restriction Propertyc

pluralni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#plural_syrp

belongs to
Syntactic Restriction Propertyc

pointyni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#pointy_rrp

belongs to
Role Selectional Restriction Propertyc

pos_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#pos_ing

belongs to
Syntactic Restriction Propertyc

poss_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#poss_ing_syrp

belongs to
Syntactic Restriction Propertyc

predicateni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#predicate

belongs to
Thematic Role (VN)c

productni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#product

belongs to
Thematic Role (VN)c

quotationni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#quotation_syrp

belongs to
Syntactic Restriction Propertyc

recipientni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#recipient

belongs to
Thematic Role (VN)c

reflni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#refl_rrp

belongs to
Role Selectional Restriction Propertyc

reflni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#refl_syrp

belongs to
Syntactic Restriction Propertyc

reflexiveni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#reflexive

belongs to
Thematic Role (VN)c

regionni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#region_rrp

belongs to
Role Selectional Restriction Propertyc

resultni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#result

belongs to
Thematic Role (VN)c

result of eventni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#resultEventArg

belongs to
Event Predicate Argument Typec

rigidni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#rigid_rrp

Non in the data
belongs to
Role Selectional Restriction Propertyc

rs_to_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#rs_to_inf_syrp

belongs to
Syntactic Restriction Propertyc

sc_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#sc_ing_syrp

belongs to
Syntactic Restriction Propertyc

sc_to_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#sc_to_inf_syrp

belongs to
Syntactic Restriction Propertyc

scalarni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#scalar_rrp

belongs to
Role Selectional Restriction Propertyc

sententialni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#sentential_syrp

belongs to
Syntactic Restriction Propertyc

shapeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#shape_rrp

Non in the data
belongs to
Role Selectional Restriction Propertyc

small_clauseni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#small_clause_syrp

belongs to
Syntactic Restriction Propertyc

solidni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#solid_rrp

Non in the data
belongs to
Role Selectional Restriction Propertyc

soundni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#sound_rrp

belongs to
Role Selectional Restriction Propertyc

sourceni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#source

belongs to
Thematic Role (VN)c

spatialni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#spatial_prp

belongs to
Preposition Selectional Restriction Propertyc

srcni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#src_prp

belongs to
Preposition Selectional Restriction Propertyc

start of eventni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#startEventArg

belongs to
Event Predicate Argument Typec

stateni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#state_rrp

belongs to
Role Selectional Restriction Propertyc

stimulusni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#stimulus

belongs to
Thematic Role (VN)c

substanceni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#substance_rrp

belongs to
Role Selectional Restriction Propertyc

tensed_thatni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#tensed_that_syrp

belongs to
Syntactic Restriction Propertyc

that_compni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#that_comp_syrp

belongs to
Syntactic Restriction Propertyc

themeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#theme

belongs to
Thematic Role (VN)c

timeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#time

belongs to
Thematic Role (VN)c

timeni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#time_rrp

belongs to
Role Selectional Restriction Propertyc

to_beni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#to_be_syrp

belongs to
Syntactic Restriction Propertyc

to_inf_rsni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#to_inf_rs_syrp

belongs to
Syntactic Restriction Propertyc

toolni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#tool_rrp

Non in the data
belongs to
Role Selectional Restriction Propertyc

topicni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#topic

belongs to
Thematic Role (VN)c

trajectoryni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#trajectory

belongs to
Thematic Role (VN)c

undergoerni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#undergoer

abstract, non instantiated in the dataset
belongs to
Thematic Role (VN)c

valueni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#value

belongs to
Thematic Role (VN)c

vc_to_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#vc_to_inf_syrp

belongs to
Syntactic Restriction Propertyc

vehicleni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#vehicle_rrp

belongs to
Role Selectional Restriction Propertyc

wh_compni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#wh_comp_syrp

belongs to
Syntactic Restriction Propertyc

wh_extractni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#wh_extract_syrp

belongs to
Syntactic Restriction Propertyc

wh_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#wh_inf_syrp

belongs to
Syntactic Restriction Propertyc

wh_ingni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#wh_ing_syrp

belongs to
Syntactic Restriction Propertyc

what_extractni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#what_extract_syrp

belongs to
Syntactic Restriction Propertyc

what_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#what_inf_syrp

belongs to
Syntactic Restriction Propertyc

wheth_infni back to ToC or Named Individual ToC

IRI: http://premon.fbk.eu/ontology/vn#wheth_inf_syrp

belongs to
Syntactic Restriction Propertyc

Namespace Declarations back to ToC

dc
http://purl.org/dc/elements/1.1/
dcterms
http://purl.org/dc/terms/
decomp
http://www.w3.org/ns/lemon/decomp#
lime
http://www.w3.org/ns/lemon/lime#
nif
http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#
ontolex
http://www.w3.org/ns/lemon/ontolex#
owl
http://www.w3.org/2002/07/owl#
pmo
http://premon.fbk.eu/ontology/core#
pmoall
http://premon.fbk.eu/ontology/all#
pmofn
http://premon.fbk.eu/ontology/fn#
pmonb
http://premon.fbk.eu/ontology/nb#
pmopb
http://premon.fbk.eu/ontology/pb#
pmovn
http://premon.fbk.eu/ontology/vn#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
skos
http://www.w3.org/2004/02/skos/core#
synsem
http://www.w3.org/ns/lemon/synsem#
vann
http://purl.org/vocab/vann/
vartrans
http://www.w3.org/ns/lemon/vartrans#
void
http://rdfs.org/ns/void#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.