--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/namespace/prov-dc.owl Fri Apr 26 13:49:17 2013 +0200
@@ -0,0 +1,196 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+ <!ENTITY prov "http://www.w3.org/ns/prov#" >
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<rdf:RDF xmlns="http://www.w3.org/ns/prov-dc#"
+ xml:base="http://www.w3.org/ns/prov-dc"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:prov="http://www.w3.org/ns/prov#"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <owl:Ontology rdf:about="http://www.w3.org/ns/prov-dc#">
+ <rdfs:label xml:lang="en">Dublin Core extensions of the W3C PROVenance Interchange Ontology (PROV-O) </rdfs:label>
+ <rdfs:comment xml:lang="en">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.</rdfs:comment>
+ <owl:imports rdf:resource="http://www.w3.org/ns/prov-o#"/>
+ </owl:Ontology>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Annotation properties
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Datatypes
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Classes
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.w3.org/ns/prov#Accept -->
+
+ <owl:Class rdf:about="&prov;Accept">
+ <rdfs:label xml:lang="en">Accept</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Activity"/>
+ <prov:definition xml:lang="en">Activity that identifies the acceptance of a resource (e.g., an article in a conference)</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Contribute -->
+
+ <owl:Class rdf:about="&prov;Contribute">
+ <rdfs:label xml:lang="en">Contribute
+</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Activity"/>
+ <prov:definition xml:lang="en">Activity that identifies any contribution of an agent to a resource. </prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Contributor -->
+
+ <owl:Class rdf:about="&prov;Contributor">
+ <rdfs:label xml:lang="en">Contributor</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Role"/>
+ <prov:definition xml:lang="en">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</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Copyright -->
+
+ <owl:Class rdf:about="&prov;Copyright">
+ <rdfs:label xml:lang="en">Copyright</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Activity"/>
+ <prov:definition xml:lang="en">Activity that identifies the Copyrighting activity associated to a resource.</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Create -->
+
+ <owl:Class rdf:about="&prov;Create">
+ <rdfs:label xml:lang="en">Create</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Contribute"/>
+ <prov:definition xml:lang="en">Activity that identifies the creation of a resource</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Creator -->
+
+ <owl:Class rdf:about="&prov;Creator">
+ <rdfs:label xml:lang="en">Creator</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Contributor"/>
+ <prov:definition xml:lang="en">Role with the function of creating a resource. The Agent assigned to this role is associated with a Create Activity</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Modify -->
+
+ <owl:Class rdf:about="&prov;Modify">
+ <rdfs:label xml:lang="en">Modify</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Activity"/>
+ <prov:definition xml:lang="en">Activity that identifies the modification of a resource. </prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Publish -->
+
+ <owl:Class rdf:about="&prov;Publish">
+ <rdfs:label xml:lang="en">Publish</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Activity"/>
+ <prov:definition xml:lang="en">Activity that identifies the publication of a resource</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Publisher -->
+
+ <owl:Class rdf:about="&prov;Publisher">
+ <rdfs:label xml:lang="en">Publisher</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Role"/>
+ <prov:definition xml:lang="en">Role with the function of publishing a resource. The Agent assigned to this role is associated with a Publish Activity</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Replace -->
+
+ <owl:Class rdf:about="&prov;Replace">
+ <rdfs:label xml:lang="en">Replace</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Activity"/>
+ <prov:definition xml:lang="en">Activity that identifies the replacement of a resource.</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#RightsAssignment -->
+
+ <owl:Class rdf:about="&prov;RightsAssignment">
+ <rdfs:label xml:lang="en">RightsAssignment</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Activity"/>
+ <prov:definition xml:lang="en">Activity that identifies the rights assignment of a resource.</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#RightsHolder -->
+
+ <owl:Class rdf:about="&prov;RightsHolder">
+ <rdfs:label xml:lang="en">RightsHolder</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Role"/>
+ <prov:definition xml:lang="en">Role with the function of owning or managing rights over a resource. The Agent assigned to this role is associated with a RightsAssignment Activity</prov:definition>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/ns/prov#Submit -->
+
+ <owl:Class rdf:about="&prov;Submit">
+ <rdfs:label xml:lang="en">Submit</rdfs:label>
+ <rdfs:subClassOf rdf:resource="&prov;Activity"/>
+ <prov:definition xml:lang="en">Activity that identifies the issuance (e.g., publication) of a resource. </prov:definition>
+ </owl:Class>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/namespace/prov-dc.ttl Fri Apr 26 13:49:17 2013 +0200
@@ -0,0 +1,205 @@
+@prefix : <http://www.w3.org/ns/prov-dc#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xml: <http://www.w3.org/XML/1998/namespace> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@base <http://www.w3.org/ns/prov-dc#> .
+
+<http://www.w3.org/ns/prov-dc#> rdf:type owl:Ontology ;
+
+ rdfs:label "Dublin Core extensions of the W3C PROVenance Interchange Ontology (PROV-O) "@en ;
+
+ 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 <http://www.w3.org/ns/prov-o#> .
+
+
+#################################################################
+#
+# Annotation properties
+#
+#################################################################
+
+
+
+
+#################################################################
+#
+# Datatypes
+#
+#################################################################
+
+
+
+
+#################################################################
+#
+# Classes
+#
+#################################################################
+
+
+### http://www.w3.org/ns/prov#Accept
+
+prov:Accept rdf:type owl:Class ;
+
+ rdfs:label "Accept"@en ;
+
+ rdfs:subClassOf prov:Activity ;
+
+ prov:definition "Activity that identifies the acceptance of a resource (e.g., an article in a conference)"@en .
+
+
+
+### http://www.w3.org/ns/prov#Contribute
+
+prov:Contribute rdf:type owl:Class ;
+
+ rdfs:label """Contribute
+"""@en ;
+
+ rdfs:subClassOf prov:Activity ;
+
+ prov:definition "Activity that identifies any contribution of an agent to a resource. "@en .
+
+
+
+### http://www.w3.org/ns/prov#Contributor
+
+prov:Contributor rdf:type owl:Class ;
+
+ rdfs:label "Contributor"@en ;
+
+ rdfs:subClassOf prov:Role ;
+
+ 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 .
+
+
+
+### http://www.w3.org/ns/prov#Copyright
+
+prov:Copyright rdf:type owl:Class ;
+
+ rdfs:label "Copyright"@en ;
+
+ rdfs:subClassOf prov:Activity ;
+
+ prov:definition "Activity that identifies the Copyrighting activity associated to a resource."@en .
+
+
+
+### http://www.w3.org/ns/prov#Create
+
+prov:Create rdf:type owl:Class ;
+
+ rdfs:label "Create"@en ;
+
+ rdfs:subClassOf prov:Contribute ;
+
+ prov:definition "Activity that identifies the creation of a resource"@en .
+
+
+
+### http://www.w3.org/ns/prov#Creator
+
+prov:Creator rdf:type owl:Class ;
+
+ rdfs:label "Creator"@en ;
+
+ rdfs:subClassOf prov:Contributor ;
+
+ prov:definition "Role with the function of creating a resource. The Agent assigned to this role is associated with a Create Activity"@en .
+
+
+
+### http://www.w3.org/ns/prov#Modify
+
+prov:Modify rdf:type owl:Class ;
+
+ rdfs:label "Modify"@en ;
+
+ rdfs:subClassOf prov:Activity ;
+
+ prov:definition "Activity that identifies the modification of a resource. "@en .
+
+
+
+### http://www.w3.org/ns/prov#Publish
+
+prov:Publish rdf:type owl:Class ;
+
+ rdfs:label "Publish"@en ;
+
+ rdfs:subClassOf prov:Activity ;
+
+ prov:definition "Activity that identifies the publication of a resource"@en .
+
+
+
+### http://www.w3.org/ns/prov#Publisher
+
+prov:Publisher rdf:type owl:Class ;
+
+ rdfs:label "Publisher"@en ;
+
+ rdfs:subClassOf prov:Role ;
+
+ prov:definition "Role with the function of publishing a resource. The Agent assigned to this role is associated with a Publish Activity"@en .
+
+
+
+### http://www.w3.org/ns/prov#Replace
+
+prov:Replace rdf:type owl:Class ;
+
+ rdfs:label "Replace"@en ;
+
+ rdfs:subClassOf prov:Activity ;
+
+ prov:definition "Activity that identifies the replacement of a resource."@en .
+
+
+
+### http://www.w3.org/ns/prov#RightsAssignment
+
+prov:RightsAssignment rdf:type owl:Class ;
+
+ rdfs:label "RightsAssignment"@en ;
+
+ rdfs:subClassOf prov:Activity ;
+
+ prov:definition "Activity that identifies the rights assignment of a resource."@en .
+
+
+
+### http://www.w3.org/ns/prov#RightsHolder
+
+prov:RightsHolder rdf:type owl:Class ;
+
+ rdfs:label "RightsHolder"@en ;
+
+ rdfs:subClassOf prov:Role ;
+
+ 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 .
+
+
+
+### http://www.w3.org/ns/prov#Submit
+
+prov:Submit rdf:type owl:Class ;
+
+ rdfs:label "Submit"@en ;
+
+ rdfs:subClassOf prov:Activity ;
+
+ prov:definition "Activity that identifies the issuance (e.g., publication) of a resource. "@en .
+
+
+
+
+### Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net
+