=Examples for starting point terms
authorkbelhajj
Mon, 23 Apr 2012 15:21:06 +0100
changeset 2444 7f8fd09d7f72
parent 2443 e6f1a6f0eaf9
child 2446 f5094ac1d2b8
=Examples for starting point terms
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_actedOnBehalfOf.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_used.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAssociatedWith.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAttributedTo.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasDerivedFrom.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasGeneratedBy.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInformedBy.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasStartedByActivity.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl	Mon Apr 23 15:28:08 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl	Mon Apr 23 15:21:06 2012 +0100
@@ -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 15:28:08 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_actedOnBehalfOf.ttl	Mon Apr 23 15:21:06 2012 +0100
@@ -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 15:28:08 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_used.ttl	Mon Apr 23 15:21:06 2012 +0100
@@ -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 15:28:08 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAssociatedWith.ttl	Mon Apr 23 15:21:06 2012 +0100
@@ -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 15:28:08 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAttributedTo.ttl	Mon Apr 23 15:21:06 2012 +0100
@@ -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 15:28:08 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasDerivedFrom.ttl	Mon Apr 23 15:21:06 2012 +0100
@@ -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 15:28:08 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasGeneratedBy.ttl	Mon Apr 23 15:21:06 2012 +0100
@@ -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 15:28:08 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInformedBy.ttl	Mon Apr 23 15:21:06 2012 +0100
@@ -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 15:28:08 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasStartedByActivity.ttl	Mon Apr 23 15:21:06 2012 +0100
@@ -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