@base . @prefix rdf: . @prefix dc: <../../dc/elements/1.1/> . @prefix foaf: . @prefix owl: . @prefix prv: <> . @prefix rdfs: . @prefix spin: . @prefix status: . @prefix vann: <../../vocab/vann/> . @prefix xsd: . <> dc:creator , , , ; dc:date "2011-02-19T14:38:53+01:00"^^xsd:dateTime ; dc:description """A vocabulary for describing the ontology design pattern of property reification. That means the semantic relation of a \"shortcut relation\" (subject, predicate, object) with its detailed description of the relationship."""@en ; dc:title "Property Reification Vocabulary"@en ; vann:preferredNamespacePrefix "prv" ; vann:preferredNamespaceUri "http://purl.org/ontology/prv/core#" ; spin:imports ; a owl:Ontology ; owl:imports <../../dc/elements/1.1/>, <../../vocab/vann/>, , ; owl:versionInfo 0.11 . prv:PropertyReification a rdfs:Class ; rdfs:comment """The class, which describes the relations of a property reification. That means, its \"shortcut relation\", its reification class, and the properties that are relating to the subject and object of the \"shortcut relation\"."""@en ; rdfs:isDefinedBy <> ; rdfs:label "Property Reification"@en ; rdfs:subClassOf rdfs:Class ; status:term_status "testing"@en . prv:object_property a rdf:Property ; rdfs:comment "Relates to the property of the reification class, which relates to the object of the \"shortcut relation\"."@en ; rdfs:domain prv:PropertyReification ; rdfs:isDefinedBy <> ; rdfs:label "has object property"@en ; rdfs:range rdf:Property ; status:term_status "testing"@en . prv:reification_class a rdf:Property ; rdfs:comment """Relates to the reification class, which can be related to the object and subject property to be able to associate the object and subject of the \"shortcut relation\". The reification class should provide detailed descriptions of the relationship that is described in a simple form by the \"shortcut relation\"."""@en ; rdfs:domain prv:PropertyReification ; rdfs:isDefinedBy <> ; rdfs:label "has reification class"@en ; rdfs:range rdfs:Class ; status:term_status "testing"@en . prv:reified a rdf:Property ; rdfs:comment "This property relates an statement identifier of a shortcut relation with an instance of a reification class. Although, this is at the moment not really applicable, because it requires a notation for statement identifier as optional fourth element of a tuple; that means, triple + statement identifier."@en ; rdfs:domain rdfs:Resource ; rdfs:isDefinedBy <> ; rdfs:label "reified"@en ; rdfs:range owl:Thing ; status:term_status "testing"@en . prv:shortcut a rdf:Property ; rdfs:comment "Relates to the property of the \"shortcut relation\" (its predicate)."@en ; rdfs:domain prv:PropertyReification ; rdfs:isDefinedBy <> ; rdfs:label "has shortcut"@en ; rdfs:range rdf:Property ; status:term_status "testing"@en . prv:shortcut_property a rdf:Property ; rdfs:comment """Relates to the property of the reification class, which relates to the predicate of the \"shortcut relation\". So that the specific property reification can be \"verified\" (the property of the prv:shortcut relation and this one associated by the referred shortcut property should be equal)."""@en ; rdfs:domain prv:PropertyReification ; rdfs:isDefinedBy <> ; rdfs:label "has shortcut property"@en ; rdfs:range rdf:Property ; status:term_status "testing"@en . prv:subject_property a rdf:Property ; rdfs:comment "Relates to the property of the reification class, which relates to the subject of the \"shortcut relation\"."@en ; rdfs:domain prv:PropertyReification ; rdfs:isDefinedBy <> ; rdfs:label "has subject property"@en ; rdfs:range rdf:Property ; status:term_status "testing"@en .