@prefix rdfs: . @prefix owl: . @prefix prov: . @prefix frbr: . a owl:Ontology; rdfs:label "Dublin Core extensions of the W3C PROVenance Interchange Ontology (PROV-O)"@en; owl:versionInfo "2013-04-30"@en; owl:versionIRI ; #prov:wasRevisionOf ; rdfs:seeAlso , ; rdfs:comment """This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome."""@en; owl:imports ; prov:alternateOf ; prov:wasDerivedFrom ; frbr:abridgement ; frbr:complement ; . prov:Publish a owl:Class; rdfs:label "Publish"@en; rdfs:subClassOf prov:Activity; rdfs:isDefinedBy ; prov:definition "Activity that identifies the publication of a resource"@en . prov:Contribute a owl:Class; rdfs:label "Contribute"@en; rdfs:subClassOf prov:Activity; rdfs:isDefinedBy ; prov:definition "Activity that identifies any contribution of an agent to a resource."@en . prov:Create a owl:Class; rdfs:label "Create"@en; rdfs:subClassOf prov:Contribute; rdfs:isDefinedBy ; prov:definition "Activity that identifies the creation of a resource"@en . prov:RightsAssignment a owl:Class; rdfs:label "RightsAssignment"@en; rdfs:subClassOf prov:Activity; rdfs:isDefinedBy ; prov:definition "Activity that identifies the rights assignment of a resource."@en . prov:Modify a owl:Class; rdfs:label "Modify"@en; rdfs:subClassOf prov:Activity; rdfs:isDefinedBy ; prov:definition "Activity that identifies the modification of a resource."@en . prov:Accept a owl:Class; rdfs:label "Accept"@en; rdfs:subClassOf prov:Activity; rdfs:isDefinedBy ; prov:definition "Activity that identifies the acceptance of a resource (e.g., an article in a conference)"@en . prov:Copyright a owl:Class; rdfs:label "Copyright"@en; rdfs:subClassOf prov:Activity; rdfs:isDefinedBy ; prov:definition "Activity that identifies the Copyrighting activity associated to a resource."@en . prov:Submit a owl:Class; rdfs:label "Submit"@en; rdfs:subClassOf prov:Activity; rdfs:isDefinedBy ; prov:definition "Activity that identifies the issuance (e.g., publication) of a resource."@en . prov:Replace a owl:Class; rdfs:label "Replace"@en; rdfs:subClassOf prov:Activity; rdfs:isDefinedBy ; prov:definition "Activity that identifies the replacement of a resource."@en . prov:Publisher a owl:Class; rdfs:label "Publisher"@en; rdfs:subClassOf prov:Role; rdfs:isDefinedBy ; prov:definition "Role with the function of publishing a resource. The Agent assigned to this role is associated with a Publish Activity"@en . prov:Contributor a owl:Class; rdfs:label "Contributor"@en; rdfs:subClassOf prov:Role; rdfs:isDefinedBy ; prov:definition "Role with the function of having responsibility for making contributions to a resource. The Agent assigned to this role is associated with a Modify or Create Activities"@en . prov:Creator a owl:Class; rdfs:label "Creator"@en; rdfs:subClassOf prov:Contributor; rdfs:isDefinedBy ; prov:definition "Role with the function of creating a resource. The Agent assigned to this role is associated with a Create Activity"@en . prov:RightsHolder a owl:Class; rdfs:label "RightsHolder"@en; rdfs:subClassOf prov:Role; rdfs:isDefinedBy ; prov:definition "Role with the function of owning or managing rights over a resource. The Agent assigned to this role is associated with a RightsAssignment Activity"@en .