merged; added annotation justifying wasRevisionOf subproperty of wasDerivedFrom
authorTim L <lebot@rpi.edu>
Mon, 23 Apr 2012 10:25:14 -0400
changeset 2448 ed0c2c819ed4
parent 2447 4a37e2659b63 (current diff)
parent 2446 f5094ac1d2b8 (diff)
child 2449 67be7444aba9
merged; added annotation justifying wasRevisionOf subproperty of wasDerivedFrom
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl	Mon Apr 23 10:24:48 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl	Mon Apr 23 10:25:14 2012 -0400
@@ -2,6 +2,6 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
+@prefix ex:     <http://example.com/> .
 
-# TODO
+ex:bar_chart a prov:Entity.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_actedOnBehalfOf.ttl	Mon Apr 23 10:24:48 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_actedOnBehalfOf.ttl	Mon Apr 23 10:25:14 2012 -0400
@@ -2,6 +2,12 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
+@prefix ex:     <http://example.com/> .
 
-# TODO
+ex:derek
+   a prov:Agent;
+   a foaf:Person;
+   foaf:givenName "Derek"^^xsd:string;
+   foaf:mbox      <mailto:dererk@example.org>;
+   prov:actedOnBehalfOf ex:chartgen 
+.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_used.ttl	Mon Apr 23 10:24:48 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_used.ttl	Mon Apr 23 10:25:14 2012 -0400
@@ -2,6 +2,9 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
+@prefix ex:     <http://example.com/> .
 
-# TODO
+ex:illustrationActivity 
+   a prov:Activity; 
+   prov:used              ex:aggregatedByRegions
+.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAssociatedWith.ttl	Mon Apr 23 10:24:48 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAssociatedWith.ttl	Mon Apr 23 10:25:14 2012 -0400
@@ -2,6 +2,8 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
+@prefix ex:     <http://example.com/> .
 
-# TODO
+ex:illustrationActivity 
+   a prov:Activity; 
+   prov:wasAssociatedWith ex:derek.
\ No newline at end of file
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAttributedTo.ttl	Mon Apr 23 10:24:48 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAttributedTo.ttl	Mon Apr 23 10:25:14 2012 -0400
@@ -2,6 +2,8 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
+@prefix ex:     <http://example.com/> .
 
-# TODO
+ex:nationalRegionsList 
+   a prov:Entity;
+   prov:wasAttributedTo ex:civil_action_group.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasDerivedFrom.ttl	Mon Apr 23 10:24:48 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasDerivedFrom.ttl	Mon Apr 23 10:25:14 2012 -0400
@@ -2,6 +2,6 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
+@prefix ex:     <http://example.com/> .
 
-# TODO
+ex:bar_chart   prov:wasDerivedFrom ex:aggregatedByRegions.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasGeneratedBy.ttl	Mon Apr 23 10:24:48 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasGeneratedBy.ttl	Mon Apr 23 10:25:14 2012 -0400
@@ -2,6 +2,9 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
+@prefix ex:     <http://example.com/> .
 
-# TODO
+ex:bar_chart
+   a prov:Entity;
+   prov:wasGeneratedBy ex:illustrationActivity
+.   
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInformedBy.ttl	Mon Apr 23 10:24:48 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInformedBy.ttl	Mon Apr 23 10:25:14 2012 -0400
@@ -2,6 +2,6 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
+@prefix ex:     <http://example.com/> .
 
-# TODO
+ex:illustrationActivity    prov:wasInformedBy     ex:aggregationActivity .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasStartedByActivity.ttl	Mon Apr 23 10:24:48 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasStartedByActivity.ttl	Mon Apr 23 10:25:14 2012 -0400
@@ -2,6 +2,8 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
+@prefix ex:     <http://example.com/> .
 
-# TODO
+ex:workflow a prov:Activity .
+ex:subWorkflow a prov:Activity .
+ex:subWorkflow prov:wasStartedByActivity prov:Workflow .
\ No newline at end of file
Binary file presentations/dagstuhl/prov-o/Backup of PROV-O-basics.key has changed
Binary file presentations/dagstuhl/prov-o/OverviewDiagram.png has changed
Binary file presentations/dagstuhl/prov-o/PROV-O-basics.key has changed
Binary file presentations/dagstuhl/prov-o/QualInv-1.cys has changed
Binary file presentations/dagstuhl/prov-o/QualInv-2.cys has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/presentations/dagstuhl/prov-o/QualInv.tr	Mon Apr 23 10:25:14 2012 -0400
@@ -0,0 +1,4 @@
+<http://example.org#compose> <http://www.w3.org/ns/prov#qualifiedUsage> _:bnode1610217024
+_:bnode1610217024 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/prov#Usage>
+_:bnode1610217024 <http://www.w3.org/ns/prov#entity> <http://example.org#regionList>
+_:bnode1610217024 <http://www.w3.org/ns/prov#hadRole> <http://example.org#regionsToAggregateBy>
Binary file presentations/dagstuhl/prov-o/QualInv.tr.pdf has changed
Binary file presentations/dagstuhl/prov-o/QualInv.tr.png has changed
Binary file presentations/dagstuhl/prov-o/QualInv2.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/presentations/dagstuhl/prov-o/QualInv2.tr	Mon Apr 23 10:25:14 2012 -0400
@@ -0,0 +1,4 @@
+_:bnode376562048 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/prov#Association>
+_:bnode376562048 <http://www.w3.org/ns/prov#agent> <http://example.org#derek>
+_:bnode376562048 <http://www.w3.org/ns/prov#hadRole> <http://example.org#analyst>
+<http://example.org#compose> <http://www.w3.org/ns/prov#qualifiedAssociation> _:bnode376562048
\ No newline at end of file
Binary file presentations/dagstuhl/prov-o/QualInv3.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/presentations/dagstuhl/prov-o/QualInv3.tr	Mon Apr 23 10:25:14 2012 -0400
@@ -0,0 +1,4 @@
+_:bnode160446720 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/prov#Generation>
+_:bnode160446720 <http://www.w3.org/ns/prov#activity> <http://example.org#compose>
+_:bnode160446720 <http://www.w3.org/ns/prov#hadRole> <http://example.org#composedData>
+<http://example.org#composition> <http://www.w3.org/ns/prov#qualifiedGeneration> _:bnode160446720
\ No newline at end of file
Binary file presentations/dagstuhl/prov-o/QualInv4.cys has changed
Binary file presentations/dagstuhl/prov-o/Qualified-Association.png has changed
Binary file presentations/dagstuhl/prov-o/Starting-points-terms.png has changed
Binary file presentations/dagstuhl/prov-o/agents.png has changed
Binary file presentations/dagstuhl/prov-o/primer-credits.tiff has changed
Binary file presentations/dagstuhl/prov-o/provo-credits.tiff has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/presentations/dagstuhl/prov-o/qualInv.xml	Mon Apr 23 10:25:14 2012 -0400
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<rdf:RDF xmlns:ex="http://example.org#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+	<rdf:Description rdf:about="http://example.org#compose">
+		<prov:qualifiedUsage>
+			<prov:Usage>
+				<prov:entity rdf:resource="http://example.org#regionList" />
+				<prov:hadRole rdf:resource="http://example.org#regionsToAggregateBy" />
+			</prov:Usage>
+		</prov:qualifiedUsage>
+	</rdf:Description>
+</rdf:RDF>
\ No newline at end of file
Binary file presentations/dagstuhl/prov-o/roles.png has changed
Binary file presentations/dagstuhl/prov-o/use-generate.png has changed