consolidated eg 10 and 11 into 10
authorTim L <lebot@rpi.edu>
Sat, 03 Mar 2012 19:11:10 -0500
changeset 1742 71e8013dd71a
parent 1741 891059dce659
child 1743 8cda6a005a32
consolidated eg 10 and 11 into 10
examples/eg-10-trust-agent-annotation-via-notes/document/homepage
examples/eg-10-trust-agent-annotation-via-notes/rdf/eg-10-trust-agent-annotation-via-notes.ttl
examples/eg-10-trust-agent-annotation/document/homepage
examples/eg-10-trust-agent-annotation/rdf/eg-10-trust-agent-annotation-via-notes.ttl
examples/eg-11-trust-agent-annotation-via-bundles/document/homepage
examples/eg-11-trust-agent-annotation-via-bundles/rdf/eg-11-trust-agent-annotation-via-bundles.ttl
--- a/examples/eg-10-trust-agent-annotation-via-notes/document/homepage	Sat Mar 03 19:09:49 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-http://www.w3.org/2011/prov/track/issues/260
-http://www.w3.org/2011/prov/wiki/eg-10-trust-agent-annotation-via-notes
--- a/examples/eg-10-trust-agent-annotation-via-notes/rdf/eg-10-trust-agent-annotation-via-notes.ttl	Sat Mar 03 19:09:49 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,65 +0,0 @@
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix owl:     <http://www.w3.org/2002/07/owl#> .
-@prefix dcterms: <http://purl.org/dc/terms/> .
-@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
-@prefix dcat:    <http://www.w3.org/ns/dcat#> .
-@prefix void:    <http://rdfs.org/ns/void#> .
-@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
-@prefix prov:    <http://www.w3.org/ns/prov#> .
-@prefix :        <http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-10-trust-agent-annotation-via-notes.ttl/rdf/eg-10-trust-agent-annotation-via-notes.ttl#> .
-
-:bundle_1 prov:wasAttributedTo :asserter_1; a prov:Bundle .
-:bundle_1 {
-   :simon a prov:Human .
-   :robbery prov:wasAssociatedWith :simon .
-
-   :john a prov:Human .
-   :charityWork prov:wasAssociatedWith :john .
-}
-
-
-:bundle_2 prov:wasAttributedTo :asserter_2; a prov:Bundle .
-:bundle_2 {
-   :simon a prov:Human.
-   :workHard prov:wasAssociatedWith :simon .
-
-   :john a prov:Human .
-   :notWorkHard prov:wasAssociatedWith :john .
-}
-
-
-:bundle_1_noted prov:wasDerivedFrom  :bundle_1;
-                prov:wasAttributedTo :trust_evaluator_agent; a prov:Bundle .
-:bundle_1_noted {
-   :simon 
-      a prov:Human;
-      prov:hasAnnotation [
-         a prov:Note; :reputation "poor";
-         rdfs:comment "This is a kludge way to get indirection. Use prov:Provenance instead.";
-      ] . # This Note is now an unnecessary level of indirection, since we're in a new bundle/account/provenance. 
-          # We can describe :simon directly and know that :trust_evaluator_agent said so.
-   :robbery prov:wasAssociatedWith :simon .
-
-   :john 
-      a prov:Human;
-      prov:hasAnnotation [
-         a prov:Note; :reputation "excellent";
-         rdfs:comment "This is a kludge way to get indirection. Use prov:Provenance instead.";
-      ] .
-   :charityWork prov:wasAssociatedWith :john .
-}
-
-
-:bundle_1_bundled prov:wasDerivedFrom  :bundle_1;
-                  prov:wasAttributedTo :trust_evaluator_agent; a prov:Bundle .
-:bundle_1_bundled {
-   :simon a prov:Human.                        # Copy/pasted from :bundle_1
-   :workHard prov:wasAssociatedWith :simon .   #
-                                               #
-   :john a prov:Human                          #
-   :NotWorkHard prov:wasAssociatedWith :john . # 
-
-   :simon :reputation "poor" .
-   :john  :reputation "excellent" .
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-10-trust-agent-annotation/document/homepage	Sat Mar 03 19:11:10 2012 -0500
@@ -0,0 +1,2 @@
+http://www.w3.org/2011/prov/track/issues/260
+http://www.w3.org/2011/prov/wiki/eg-10-trust-agent-annotation-via-notes
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-10-trust-agent-annotation/rdf/eg-10-trust-agent-annotation-via-notes.ttl	Sat Mar 03 19:11:10 2012 -0500
@@ -0,0 +1,65 @@
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
+@prefix dcat:    <http://www.w3.org/ns/dcat#> .
+@prefix void:    <http://rdfs.org/ns/void#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix prov:    <http://www.w3.org/ns/prov#> .
+@prefix :        <http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-10-trust-agent-annotation-via-notes.ttl/rdf/eg-10-trust-agent-annotation-via-notes.ttl#> .
+
+:bundle_1 prov:wasAttributedTo :asserter_1; a prov:Bundle .
+:bundle_1 {
+   :simon a prov:Human .
+   :robbery prov:wasAssociatedWith :simon .
+
+   :john a prov:Human .
+   :charityWork prov:wasAssociatedWith :john .
+}
+
+
+:bundle_2 prov:wasAttributedTo :asserter_2; a prov:Bundle .
+:bundle_2 {
+   :simon a prov:Human.
+   :workHard prov:wasAssociatedWith :simon .
+
+   :john a prov:Human .
+   :notWorkHard prov:wasAssociatedWith :john .
+}
+
+
+:bundle_1_noted prov:wasDerivedFrom  :bundle_1;
+                prov:wasAttributedTo :trust_evaluator_agent; a prov:Bundle .
+:bundle_1_noted {
+   :simon 
+      a prov:Human;
+      prov:hasAnnotation [
+         a prov:Note; :reputation "poor";
+         rdfs:comment "This is a kludge way to get indirection. Use prov:Provenance instead.";
+      ] . # This Note is now an unnecessary level of indirection, since we're in a new bundle/account/provenance. 
+          # We can describe :simon directly and know that :trust_evaluator_agent said so.
+   :robbery prov:wasAssociatedWith :simon .
+
+   :john 
+      a prov:Human;
+      prov:hasAnnotation [
+         a prov:Note; :reputation "excellent";
+         rdfs:comment "This is a kludge way to get indirection. Use prov:Provenance instead.";
+      ] .
+   :charityWork prov:wasAssociatedWith :john .
+}
+
+
+:bundle_1_bundled prov:wasDerivedFrom  :bundle_1;
+                  prov:wasAttributedTo :trust_evaluator_agent; a prov:Bundle .
+:bundle_1_bundled {
+   :simon a prov:Human.                        # Copy/pasted from :bundle_1
+   :workHard prov:wasAssociatedWith :simon .   #
+                                               #
+   :john a prov:Human                          #
+   :NotWorkHard prov:wasAssociatedWith :john . # 
+
+   :simon :reputation "poor" .
+   :john  :reputation "excellent" .
+}
--- a/examples/eg-11-trust-agent-annotation-via-bundles/document/homepage	Sat Mar 03 19:09:49 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-http://www.w3.org/2011/prov/track/issues/260
-http://www.w3.org/2011/prov/wiki/eg-11-trust-agent-annotation-via-bundles
--- a/examples/eg-11-trust-agent-annotation-via-bundles/rdf/eg-11-trust-agent-annotation-via-bundles.ttl	Sat Mar 03 19:09:49 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix owl:     <http://www.w3.org/2002/07/owl#> .
-@prefix dcterms: <http://purl.org/dc/terms/> .
-@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
-@prefix dcat:    <http://www.w3.org/ns/dcat#> .
-@prefix void:    <http://rdfs.org/ns/void#> .
-@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
-@prefix prov:    <http://www.w3.org/ns/prov#> .
-@prefix :        <http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-2-rdf-stub/rdf/eg-2-rdf-stub.ttl#> .