--- a/ontology/prov.ttl Tue Jul 10 17:53:58 2012 -0400
+++ b/ontology/prov.ttl Tue Jul 10 17:54:17 2012 -0400
@@ -50,6 +50,7 @@
:ActivityInfluence
a owl:Class ;
+ rdfs:comment "ActivityInfluence is intended to be an general subclass of Influence of an Activity. It is a superclass for more specific kinds of Influences (e.g. Generation, Communication, and Invalidation)."@en, "It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
rdfs:label "ActivityInfluence" ;
rdfs:seeAlso :activity ;
@@ -75,6 +76,7 @@
:AgentInfluence
a owl:Class ;
+ rdfs:comment "AgentInfluence is intended to be an general subclass of Influence of an Agenty. It is a superclass for more specific kinds of Influences (e.g. Association, Attribution, Delegation)."@en, "It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses."@en ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
rdfs:label "AgentInfluence" ;
rdfs:seeAlso :agent ;
@@ -203,6 +205,7 @@
:EntityInfluence
a owl:Class ;
+ rdfs:comment "EntityInfluence is intended to be an general subclass of Influence of an Entity. It is a superclass for more specific kinds of Influences (e.g. Usage, Derivation, Source)."@en, "It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
rdfs:label "EntityInfluence" ;
rdfs:seeAlso :entity ;
@@ -304,15 +307,6 @@
:dm "http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Association"^^xsd:anyURI ;
:n "http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Association"^^xsd:anyURI .
-:ProvenanceService
- a owl:Class ;
- rdfs:comment "Class for a service described by a provenance service description." ;
- rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
- rdfs:label "ProvenanceService" ;
- rdfs:subClassOf :SoftwareAgent ;
- :aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo"^^xsd:anyURI ;
- :category "access-and-query" .
-
:Quotation
a owl:Class ;
rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
@@ -706,33 +700,6 @@
:inverse "wasUsedInDerivation" ;
:sharesDefinitionWith :Usage .
-:hasAnchor
- a owl:ObjectProperty ;
- rdfs:comment "Indicates anchor URI for a potentially dynamic resource instance."@en ;
- rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
- rdfs:label "hadAnchor" ;
- :aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo"^^xsd:anyURI ;
- :category "access-and-query" ;
- :inverse "anchorOf" .
-
-:hasProvenance
- a owl:ObjectProperty ;
- rdfs:comment "Relates a resource to its provenance."@en ;
- rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
- rdfs:label "hasProvenance" ;
- :aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo"^^xsd:anyURI ;
- :category "access-and-query" ;
- :inverse "provenanceOf" .
-
-:hasProvenanceService
- a owl:ObjectProperty ;
- rdfs:comment "Relates a resource to a provenance service."@en ;
- rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
- rdfs:label "hasProvenanceService" ;
- :aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo"^^xsd:anyURI ;
- :category "access-and-query" ;
- :inverse "provenanceAnchorOf" .
-
:influenced
a owl:ObjectProperty ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
@@ -807,14 +774,6 @@
rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
rdfs:subPropertyOf rdfs:seeAlso .
-:provenanceUriTemplate
- a owl:DatatypeProperty ;
- rdfs:comment "Relates a provenance service to a URI template string for constructing provenance-URIs."@en ;
- rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
- rdfs:label "provenanceUriTemplate" ;
- :aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo"^^xsd:anyURI ;
- :category "access-and-query" .
-
:qualifiedAssociation
a 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 ;