renames
authorTim L <lebot@rpi.edu>
Thu, 31 May 2012 13:51:41 -0400
changeset 3131 b6dfd8f8ea6c
parent 3130 ccd7e2140c00
child 3132 8091f66876e7
renames
examples/eg-29-pml-mappings/rdf/create/rdf/class_Account.ttl
examples/eg-29-pml-mappings/rdf/create/rdf/class_Bundle.ttl
examples/eg-29-pml-mappings/rdf/create/rdf/class_Delegation
examples/eg-29-pml-mappings/rdf/create/rdf/class_Responsibility.ttl
examples/eg-29-pml-mappings/rdf/create/rdf/property_qualifiedDelegation
examples/eg-29-pml-mappings/rdf/create/rdf/property_qualifiedResponsibility.ttl
--- a/examples/eg-29-pml-mappings/rdf/create/rdf/class_Account.ttl	Thu May 31 13:49:44 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
-@prefix owl:  <http://www.w3.org/2002/07/owl#> .
-@prefix pmlj: <http://inference-web.org/2.0/pml-justification.owl#> .
-@prefix pmlt: <http://inference-web.org/2.0/pml-trust.owl#> .
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
-
-# An account can be described in many ways. A possibility is a named graph:
-:acc23_04_2012_dereck {
-
-   :acc23_04_2012_dereck a pmlp:Information, pmlp:Source, pmlp:NodeSet . # Virtually a :NoPMLMappingEquivalent.
-
-   :entity1 a pmlp:Information .
-   :agent1  a pmlp:Agent .
-
-   #Other provenance statements.
-}
-
-# Another possibility is by pointing to the container of the provenance triples:
-<http://www.example.com/provTriples.txt> a pmlp:Information, pmlp:Source, pmlp:NodeSet . 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-29-pml-mappings/rdf/create/rdf/class_Bundle.ttl	Thu May 31 13:51:41 2012 -0400
@@ -0,0 +1,21 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix pmlj: <http://inference-web.org/2.0/pml-justification.owl#> .
+@prefix pmlt: <http://inference-web.org/2.0/pml-trust.owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+# An account can be described in many ways. A possibility is a named graph:
+:acc23_04_2012_dereck {
+
+   :acc23_04_2012_dereck a pmlp:Information, pmlp:Source, pmlp:NodeSet . # Virtually a :NoPMLMappingEquivalent.
+
+   :entity1 a pmlp:Information .
+   :agent1  a pmlp:Agent .
+
+   #Other provenance statements.
+}
+
+# Another possibility is by pointing to the container of the provenance triples:
+<http://www.example.com/provTriples.txt> a pmlp:Information, pmlp:Source, pmlp:NodeSet . 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-29-pml-mappings/rdf/create/rdf/class_Delegation	Thu May 31 13:51:41 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix pmlj: <http://inference-web.org/2.0/pml-justification.owl#> .
+@prefix pmlt: <http://inference-web.org/2.0/pml-trust.owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+# TODO
--- a/examples/eg-29-pml-mappings/rdf/create/rdf/class_Responsibility.ttl	Thu May 31 13:49:44 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
-@prefix owl:  <http://www.w3.org/2002/07/owl#> .
-@prefix pmlj: <http://inference-web.org/2.0/pml-justification.owl#> .
-@prefix pmlt: <http://inference-web.org/2.0/pml-trust.owl#> .
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
-
-# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-29-pml-mappings/rdf/create/rdf/property_qualifiedDelegation	Thu May 31 13:51:41 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix pmlj: <http://inference-web.org/2.0/pml-justification.owl#> .
+@prefix pmlt: <http://inference-web.org/2.0/pml-trust.owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+# TODO
--- a/examples/eg-29-pml-mappings/rdf/create/rdf/property_qualifiedResponsibility.ttl	Thu May 31 13:49:44 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
-@prefix owl:  <http://www.w3.org/2002/07/owl#> .
-@prefix pmlj: <http://inference-web.org/2.0/pml-justification.owl#> .
-@prefix pmlt: <http://inference-web.org/2.0/pml-trust.owl#> .
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
-
-# TODO