@base . @prefix rdf: . @prefix dcterms: <../../dc/terms/> . @prefix foaf: . @prefix owl: . @prefix prov: . @prefix prv: <#> . @prefix rdfs: . @prefix wot: . @prefix xhv: . @prefix xml: . @prefix xsd: . a owl:Thing . a foaf:Document . a foaf:Person ; foaf:homepage ; foaf:name "Olaf Hartig"@en . a wot:PubKey . dcterms:conformsTo a owl:ObjectProperty . dcterms:created a owl:DatatypeProperty . dcterms:creator a owl:AnnotationProperty . dcterms:description a owl:DatatypeProperty . dcterms:modified a owl:DatatypeProperty . dcterms:replaces a owl:ObjectProperty . dcterms:title a owl:DatatypeProperty . <#> dcterms:created "2009-08-25T12:00:00Z"^^xsd:dateTime ; dcterms:creator , ; dcterms:description "The Provenance Vocabulary provides classes and properties for describing provenance of Web data. The vocabulary focuses on two main use cases: 1.) It enables consumers of Web data to describe provenance of data retrieved from the Web and of data derived from such Web data. 2.) It enables providers of Web data to publish provenance-related metadata about their data. Notice, the vocabulary is not intended for describing provenance of other kinds of Web content. The Provenance Vocabulary is designed as a Web data specific specialization of the W3C PROV Ontology (PROV-O); classes and properties provided by the vocabulary are domain specific extensions of the more general concepts introduced in PROV-O. As a consequence, any Provenance Vocabulary based description of provenance can be easily interpreted and exchanged according to the W3C PROV family of standards."@en ; dcterms:modified "2012-03-14T12:00:00Z"^^xsd:dateTime ; dcterms:title "Provenance Vocabulary Core Ontology namespace"@en ; a owl:Ontology . prv:Actor a owl:Class, owl:DeprecatedClass ; rdfs:comment "This class is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:Actor was deprecated in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use one of the more specific classes prv:HumanAgent and prv:NonHumanAgent instead; or, if such a specialization is unsuitable for the use case at hand, directly use the general class prov:Agent as defined by PROV-O."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Actor"@en . prv:Artifact a owl:Class, owl:DeprecatedClass ; rdfs:comment "This class is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:Artifact was deprecated in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use prov:Entity (or the more specific prv:Immutable) instead."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Artifact"@en . prv:CreationGuideline a owl:Class ; rdfs:comment "CreationGuideline is a concept that represents a guideline used to guide the execution of a data creation. Examples for creation guidelines are transformation rules, mapping definitions, entailment rules, and database queries."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Creation Guideline"@en ; rdfs:subClassOf prv:DataItem, prov:Plan . prv:DataAccess a owl:Class ; rdfs:comment "DataAccess is a concept that represents the completed execution of an activity by which an immutable data item has been retrieved from the Web."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Data Access"@en ; rdfs:subClassOf prov:Activity, [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty prv:accessedResource ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty prv:accessedService ] ; owl:disjointWith prv:DataCreation . prv:DataCreation a owl:Class ; rdfs:comment "DataCreation is a concept that represents the execution of an activity by which data items have been created."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Data Creation"@en ; rdfs:subClassOf prov:Activity ; owl:disjointWith prv:DataAccess . prv:DataItem a owl:Class ; rdfs:comment "DataItem is a general concept that represents data items of any kind."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Data Item"@en ; rdfs:subClassOf , prov:Entity ; owl:disjointWith prv:File . prv:DataProvidingService a owl:Class ; rdfs:comment "DataProvidingService is a concept that represents a non-human agent - usually a Web service or a server - that processes data access requests and actually sends the requested Web representations over the Web."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Data Providing Service"@en ; rdfs:subClassOf prv:NonHumanAgent . prv:DataPublisher a owl:Class ; rdfs:comment "DataPublisher is a concept that represents entities such as persons, groups, or organizations who use a data providing service (see concept prv:DataProvidingService) to publish data on the Web."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Data Publisher"@en ; rdfs:subClassOf prv:HumanAgent . prv:Execution a owl:Class, owl:DeprecatedClass ; rdfs:comment "This class is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:Execution was deprecated in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use prov:Activity instead."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Execution"@en . prv:File a owl:Class ; rdfs:comment "File is a general class that represents computer files/documents of any kind."@en ; rdfs:isDefinedBy <#> ; rdfs:label "File"@en ; rdfs:subClassOf prov:Entity ; owl:disjointWith prv:DataItem . prv:HumanActor a owl:Class, owl:DeprecatedClass ; rdfs:comment "This class is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:HumanActor was renamed to prv:HumanAgent in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use prv:HumanAgent instead."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Human Actor"@en . prv:HumanAgent a owl:Class ; rdfs:comment "HumanAgent is a general class that represents agents who are social beings such as persons, organizations, companies."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Human Agent"@en ; rdfs:subClassOf prov:Agent ; owl:disjointWith prv:NonHumanAgent . prv:Immutable a owl:Class ; rdfs:comment "Immutable is a concept that represents entities which are immutable."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Data Item"@en ; rdfs:subClassOf prov:Entity . prv:NonHumanActor a owl:Class, owl:DeprecatedClass ; rdfs:comment "This class is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:NonHumanActor was renamed to prv:NonHumanAgent in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use prv:NonHumanAgent instead."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Non-Human Actor"@en . prv:NonHumanAgent a owl:Class ; rdfs:comment "NonHumanAgent is a general class that represents agents who are not social beings."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Non-Human Agent"@en ; rdfs:subClassOf prov:Agent ; owl:disjointWith prv:HumanAgent . prv:accessedResource a owl:ObjectProperty ; rdfs:comment "This property refers to the Web resource that has been accessed during the execution of a data access. More precisely, the request of the referenced Web resource resulted in retrieving the representation that has been retrieved by the corresponding prv:DataAccess execution."@en ; rdfs:domain prv:DataAccess ; rdfs:isDefinedBy <#> ; rdfs:label "accessed"@en ; rdfs:range . prv:accessedService a owl:ObjectProperty ; rdfs:comment "This property refers to the service that provided the Web representation during the execution of a data access."@en ; rdfs:domain prv:DataAccess ; rdfs:isDefinedBy <#> ; rdfs:label "accessed"@en ; rdfs:range prv:DataProvidingService ; rdfs:subPropertyOf prov:wasAssociatedWith . prv:completedAt a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:comment "This property refers to the time an activity has been completed."@en ; rdfs:isDefinedBy <#> ; rdfs:label "completed at"@en ; owl:equivalentProperty prov:endedAtTime . prv:containedBy a owl:ObjectProperty ; rdfs:comment "This property refers to a data item that contained a data item. Hence, this property refers to another data item of a larger granularity (e.g. an RDF triple is usually contained in an RDF graph)."@en ; rdfs:domain prv:DataItem ; rdfs:isDefinedBy <#> ; rdfs:label "contained in"@en ; rdfs:range prv:DataItem . prv:createdBy a owl:ObjectProperty ; rdfs:comment "This property refers to the creation of a data item (or a file that serializes data items)."@en ; rdfs:domain [ a owl:Class ; owl:unionOf (prv:DataItem prv:File ) ] ; rdfs:isDefinedBy <#> ; rdfs:label "created by"@en ; rdfs:range prv:DataCreation ; rdfs:subPropertyOf prov:wasGeneratedBy ; owl:propertyChainAxiom (prv:serializedBy prv:createdBy ) . prv:deployedSoftware a owl:ObjectProperty ; rdfs:comment "This property refers to the software that was run by a non-human actor (usually a service)."@en ; rdfs:domain prv:NonHumanAgent ; rdfs:isDefinedBy <#> ; rdfs:label "runs"@en . prv:employedArtifact a owl:DeprecatedProperty, owl:ObjectProperty ; rdfs:comment "This property is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:employedArtifact was deprecated in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use prov:used instead."@en ; rdfs:isDefinedBy <#> ; rdfs:label "used"@en . prv:involvedActor a owl:DeprecatedProperty, owl:ObjectProperty ; rdfs:comment "This property is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:involvedActor was deprecated in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use prov:wasAssociatedWith instead."@en ; rdfs:isDefinedBy <#> ; rdfs:label "involved"@en . prv:operatedBy a owl:ObjectProperty ; rdfs:comment "This property refers to a human agent who was operating a non-human agent. For instance, a service provider operates a data providing service (see concept prv:DataProvidingService). Another example is a human agent who operates a non-human data creating agent."@en ; rdfs:domain prv:NonHumanAgent ; rdfs:isDefinedBy <#> ; rdfs:label "operated by"@en ; rdfs:range prv:HumanAgent ; rdfs:subPropertyOf prov:actedOnBehalfOf . prv:performedAt a owl:DatatypeProperty, owl:DeprecatedProperty ; rdfs:comment "This property has been renamed to prv:completedAt. Hence, prv:performedAt is deprecated and will be removed from the Provenance Vocabulary in the next revision."@en ; rdfs:isDefinedBy <#> ; rdfs:label "executed at"@en . prv:performedBy a owl:ObjectProperty ; rdfs:comment "This property refers to an agent that/who performed an activity."@en ; rdfs:isDefinedBy <#> ; rdfs:label "performed by"@en ; rdfs:subPropertyOf prov:wasAssociatedWith . prv:precededBy a owl:ObjectProperty ; rdfs:comment "This property may be used to make the relationship between different version of a data item explicit. More precisely, this property refers to an immediately preceding version of a data item; hence, the new version (i.e. the subject) has been created using the old version (i.e. the object). We strongly encourage to also describe this creation of the new version explicitly."@en ; rdfs:domain prv:DataItem ; rdfs:isDefinedBy <#> ; rdfs:label "immediately preceded by"@en ; rdfs:range prv:DataItem ; rdfs:subPropertyOf dcterms:replaces, [ a owl:ObjectProperty ; owl:inverseOf prov:wasRevisionOf ] . prv:retrievedBy a owl:FunctionalProperty, owl:ObjectProperty ; rdfs:comment "This property refers to the data access by which an immutable entity has been retrieved from the Web. Each entity that has this property is a Web representation."@en ; rdfs:domain prv:Immutable, [ a owl:Class ; owl:unionOf (prv:DataItem prv:File ) ] ; rdfs:isDefinedBy <#> ; rdfs:label "retrieved by"@en ; rdfs:range prv:DataAccess ; rdfs:subPropertyOf prov:wasGeneratedBy . prv:serializedBy a owl:ObjectProperty ; rdfs:comment "This property refers to a file that serialized a data item."@en ; rdfs:domain prv:DataItem ; rdfs:isDefinedBy <#> ; rdfs:label "serialized by"@en ; rdfs:range prv:File . prv:usedBy a owl:ObjectProperty ; rdfs:comment "This property refers to a data publisher who used a data providing services at the time the provenance description refers to."@en ; rdfs:domain prv:DataProvidingService ; rdfs:isDefinedBy <#> ; rdfs:label "used by"@en ; rdfs:range prv:DataPublisher ; rdfs:subPropertyOf prov:actedOnBehalfOf . prv:usedData a owl:ObjectProperty ; rdfs:comment "This property refers to a source data item that has been used during the creation of a data item. Examples for source data are the content of a document used for machine learning, the statements in a knowledge base used to entail a new statement, and the entries in a database used to answer a query. Notice, all source data has provenance; we strongly encourage to describe this provenance as well, at least as far as available information permits."@en ; rdfs:domain prv:DataCreation ; rdfs:isDefinedBy <#> ; rdfs:label "used"@en ; rdfs:range prv:DataItem ; rdfs:seeAlso ; rdfs:subPropertyOf prov:used . prv:usedGuideline a owl:ObjectProperty ; rdfs:comment "This property refers to a creation guideline which guided the execution of a data creation. Examples for creation guidelines are transformation rules, mapping definitions, entailment rules, and database queries. Notice, all creation guidelines have provenance; we strongly encourage to describe this provenance as well, at least as far as available information permits."@en ; rdfs:domain prv:DataCreation ; rdfs:isDefinedBy <#> ; rdfs:label "guided by"@en ; rdfs:range prv:CreationGuideline ; rdfs:seeAlso ; rdfs:subPropertyOf prov:used . prv:yieldedBy a owl:DeprecatedProperty, owl:ObjectProperty ; rdfs:comment "This property is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:yieldedBy was deprecated in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use prov:wasGeneratedBy instead."@en ; rdfs:isDefinedBy <#> ; rdfs:label "yielded by"@en . a foaf:Document . a owl:Class ; rdfs:subClassOf prv:DataProvidingService . a owl:Class ; rdfs:subClassOf prv:DataProvidingService . dcterms:conformsTo ; dcterms:description "This documents specifies the Provenance Vocabulary Core Ontology which defines the main classes and properties provided by the Provenance Vocabulary."@en ; dcterms:title "Provenance Vocabulary Core Ontology Specification"@en ; a foaf:Document ; xhv:alternate ; xhv:license ; rdfs:label "Document that defines the core ontology of the Provenance Vocabulary"@en ; foaf:primaryTopic <#> ; wot:assurance . dcterms:title "Detached signature"@en ; a wot:Endorsement ; wot:endorser . a foaf:Document . a foaf:Person ; foaf:homepage ; foaf:name "Jun Zhao"@en . a owl:Class . a owl:Class . a owl:Class ; rdfs:subClassOf prv:DataProvidingService . xhv:alternate a owl:ObjectProperty . xhv:license a owl:ObjectProperty . a owl:Thing . prov:Activity a owl:Class . prov:Agent a owl:Class . prov:Entity a owl:Class . prov:Plan a owl:Class . prov:actedOnBehalfOf a owl:ObjectProperty . prov:endedAtTime a owl:DatatypeProperty . prov:used a owl:ObjectProperty . prov:wasAssociatedWith a owl:ObjectProperty . prov:wasGeneratedBy a owl:ObjectProperty . prov:wasRevisionOf a owl:ObjectProperty . foaf:Document a owl:Class . foaf:Group a owl:Class ; rdfs:subClassOf prv:HumanAgent . foaf:Organization a owl:Class ; rdfs:subClassOf prv:HumanAgent . foaf:Person a owl:Class ; rdfs:subClassOf prv:HumanAgent . foaf:homepage a owl:ObjectProperty . foaf:name a owl:DatatypeProperty . foaf:primaryTopic a owl:ObjectProperty . wot:Endorsement a owl:Class . wot:PubKey a owl:Class . wot:assurance a owl:ObjectProperty . wot:endorser a owl:ObjectProperty .