added paq to prov-o.owl
authorTim L <lebot@rpi.edu>
Tue, 05 Jun 2012 10:45:27 -0400
changeset 3176 abf106828f5d
parent 3175 6ce9f35a446e
child 3177 aed9d4d761be
added paq to prov-o.owl
ontology/prov.ttl
--- a/ontology/prov.ttl	Tue Jun 05 10:43:38 2012 -0400
+++ b/ontology/prov.ttl	Tue Jun 05 10:45:27 2012 -0400
@@ -360,6 +360,12 @@
     :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association" ;
     :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association" .
 
+:ProvenanceService
+    a owl:Class ;
+    rdfs:comment "Class for a service described by a provenance service description." ;
+    :category "access-and-query" ;
+    :prov-aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" .
+
 :Quotation
     a owl:Class ;
     rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some prov:Entity to another prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualified [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
@@ -728,6 +734,24 @@
     :inverse "wasUsedInDerivation" ;
     :sharesDefinitionWith :Usage .
 
+:hasAnchor
+    a owl:ObjectProperty ;
+    rdfs:comment "Indicates anchor URI for a potentially dynamic resource instance."@en ;
+    :category "access-and-query" ;
+    :prov-aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" .
+
+:hasProvenance
+    a owl:ObjectProperty ;
+    rdfs:comment "Relates a resource to its provenance."@en ;
+    :category "access-and-query" ;
+    :prov-aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" .
+
+:hasProvenanceService
+    a owl:ObjectProperty ;
+    rdfs:comment "Relates a resource to a provenance service."@en ;
+    :category "access-and-query" ;
+    :prov-aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" .
+
 :inserted
     a owl:ObjectProperty ;
     rdfs:comment "An object property to refer to the prov:KeyValuePair inserted into a prov:Dictionary."@en ;
@@ -808,6 +832,10 @@
     :component "collections" ;
     :inverse "valueOf" .
 
+:prov-aq
+    a owl:AnnotationProperty ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
 :prov-dm
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
@@ -823,6 +851,12 @@
     rdfs:comment "A reference to the principal section of the PROV-M document that describes this concept."@en ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
+:provenanceUriTemplate
+    a owl:DatatypeProperty ;
+    rdfs:comment "Relates a provenance service to a URI template string for constructing provenance-URIs."@en ;
+    :category "access-and-query" ;
+    :prov-aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo"@en .
+
 :qualifiedAssociation
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ]."@en ;