--- a/ontology/ProvenanceFormalModel.html Thu Oct 27 16:10:19 2011 +0100
+++ b/ontology/ProvenanceFormalModel.html Sat Oct 29 16:46:33 2011 -0400
@@ -82,10 +82,12 @@
// only "name" is required. Same format as editors.
authors: [
+ { name: "(In alphabetical order)",
+ },
{ name: "Khalid Belhajjame",
url:"http://semanticweb.org/wiki/Khalid_Belhajjame",
company: "University of Manchester, UK" },
- { name: "James Cheney",
+ { name: "James Cheney",
url:"http://homepages.inf.ed.ac.uk/jcheney/",
company: "University of Edinburgh, UK" },
{ name: "Daniel Garijo",
--- a/ontology/ProvenanceOntology.owl Thu Oct 27 16:10:19 2011 +0100
+++ b/ontology/ProvenanceOntology.owl Sat Oct 29 16:46:33 2011 -0400
@@ -49,52 +49,6 @@
- <!-- http://www.w3.org/2006/time#hasBeginning -->
-
- <owl:ObjectProperty rdf:about="&time;hasBeginning">
- <rdfs:range rdf:resource="&time;Instant"/>
- <rdfs:domain rdf:resource="&time;TemporalEntity"/>
- </owl:ObjectProperty>
-
-
-
- <!-- http://www.w3.org/2006/time#hasEnd -->
-
- <owl:ObjectProperty rdf:about="&time;hasEnd">
- <rdfs:range rdf:resource="&time;Instant"/>
- <rdfs:domain rdf:resource="&time;TemporalEntity"/>
- </owl:ObjectProperty>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/assumedRole -->
-
- <owl:ObjectProperty rdf:about="assumedRole">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:label xml:lang="en">assumed role</rdfs:label>
- <rdfs:domain rdf:resource="EntityInRole"/>
- <rdfs:range rdf:resource="Role"/>
- <rdfs:subPropertyOf rdf:resource="wasComplementOf"/>
- </owl:ObjectProperty>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/assumedRoleAt -->
-
- <owl:ObjectProperty rdf:about="assumedRoleAt">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:label xml:lang="en">assumed role at</rdfs:label>
- <rdfs:range rdf:resource="&time;Instant"/>
- <rdfs:subPropertyOf rdf:resource="&time;hasBeginning"/>
- <rdfs:domain rdf:resource="EntityInRole"/>
- <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
- </owl:ObjectProperty>
-
-
-
<!-- http://www.w3.org/ns/prov-o/dependedOn -->
<owl:ObjectProperty rdf:about="dependedOn">
@@ -106,21 +60,6 @@
- <!-- http://www.w3.org/ns/prov-o/endedAt -->
-
- <owl:ObjectProperty rdf:about="endedAt">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:label xml:lang="en">ended at</rdfs:label>
- <rdfs:range rdf:resource="&time;Instant"/>
- <rdfs:subPropertyOf rdf:resource="&time;hasEnd"/>
- <rdfs:domain rdf:resource="ProcessExecution"/>
- <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
- </owl:ObjectProperty>
-
-
-
<!-- http://www.w3.org/ns/prov-o/followed -->
<owl:ObjectProperty rdf:about="followed">
@@ -205,21 +144,6 @@
- <!-- http://www.w3.org/ns/prov-o/startedAt -->
-
- <owl:ObjectProperty rdf:about="startedAt">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:label xml:lang="en">started at</rdfs:label>
- <rdfs:range rdf:resource="&time;Instant"/>
- <rdfs:subPropertyOf rdf:resource="&time;hasBeginning"/>
- <rdfs:domain rdf:resource="ProcessExecution"/>
- <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
- </owl:ObjectProperty>
-
-
-
<!-- http://www.w3.org/ns/prov-o/used -->
<owl:ObjectProperty rdf:about="used">
@@ -312,22 +236,6 @@
- <!-- http://www.w3.org/ns/prov-o/wasGeneratedAt -->
-
- <owl:ObjectProperty rdf:about="wasGeneratedAt">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:label xml:lang="en"
- >was generated at</rdfs:label>
- <rdfs:range rdf:resource="&time;Instant"/>
- <rdfs:subPropertyOf rdf:resource="&time;hasBeginning"/>
- <rdfs:domain rdf:resource="Entity"/>
- <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
- </owl:ObjectProperty>
-
-
-
<!-- http://www.w3.org/ns/prov-o/wasGeneratedBy -->
<owl:ObjectProperty rdf:about="wasGeneratedBy">
@@ -397,77 +305,6 @@
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/wasExpandedAt -->
-
- <owl:ObjectProperty rdf:about="wasExpandedAt">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:comment xml:lang="en">The collection was extended at the given key.</rdfs:comment>
- <rdfs:domain rdf:resource="ExpandedCollection"/>
- <rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>
- </owl:ObjectProperty>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/wasExpandedBy -->
-
- <owl:ObjectProperty rdf:about="wasExpandedBy">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:domain rdf:resource="ExpandedCollection"/>
- <rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>
- </owl:ObjectProperty>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/wasExpandedFrom -->
-
- <owl:ObjectProperty rdf:about="wasExpandedFrom">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:range rdf:resource="Collection"/>
- <rdfs:domain rdf:resource="ExpandedCollection"/>
- <rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>
- </owl:ObjectProperty>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/wasReducedAt -->
-
- <owl:ObjectProperty rdf:about="wasReducedAt">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:domain rdf:resource="ReducedCollection"/>
- <rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>
- </owl:ObjectProperty>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/wasReducedBy -->
-
- <owl:ObjectProperty rdf:about="wasReducedBy">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:domain rdf:resource="ReducedCollection"/>
- <rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>
- </owl:ObjectProperty>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/wasReducedFrom -->
-
- <owl:ObjectProperty rdf:about="wasReducedFrom">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:domain rdf:resource="ReducedCollection"/>
- <rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>
- </owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
@@ -615,64 +452,6 @@
- <!-- http://www.w3.org/ns/prov-o/Role -->
-
- <owl:Class rdf:about="Role">
- <rdfs:label xml:lang="en">Role</rdfs:label>
- </owl:Class>
-
- <!-- http://www.w3.org/ns/prov-o/Collection -->
-
- <owl:Class rdf:about="Collection">
- <rdfs:label xml:lang="en">Collection</rdfs:label>
- <rdfs:subClassOf rdf:resource="Entity"/>
- </owl:Class>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/EmptyCollection -->
-
- <owl:Class rdf:about="EmptyCollection">
- <rdfs:subClassOf rdf:resource="Collection"/>
- </owl:Class>
-
-
-
-
-
- <!-- http://www.w3.org/ns/prov-o/ExpandedCollection -->
-
- <owl:Class rdf:about="ExpandedCollection">
- <rdfs:subClassOf rdf:resource="Collection"/>
- </owl:Class>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/ReducedCollection -->
-
- <owl:Class rdf:about="ReducedCollection">
- <rdfs:subClassOf rdf:resource="Collection"/>
- </owl:Class>
-
-
-
- <!-- http://www.w3.org/ns/prov-o/Time -->
-
- <owl:Class rdf:about="Time">
- <rdfs:label xml:lang="en">Time</rdfs:label>
- <owl:equivalentClass>
- <owl:Restriction>
- <owl:onProperty rdf:resource="&time;inXSDDateTime"/>
- <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality>
- </owl:Restriction>
- </owl:equivalentClass>
- <rdfs:subClassOf rdf:resource="&time;Instant"/>
- <rdfs:comment xml:lang="en"
- >An time:Instant with time:inXSDDateTime specified</rdfs:comment>
- </owl:Class>
-
-
-
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
@@ -687,7 +466,6 @@
<!-- http://www.w3.org/TR/prov-o/ -->
<owl:Thing rdf:about="http://www.w3.org/TR/prov-o/"/>
-
</rdf:RDF>