capitalization of relation names
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 29 May 2012 14:52:04 +0100
changeset 3039 5950d347db6c
parent 3038 165074e23dd3 (current diff)
parent 3037 4511b9e02478 (diff)
child 3040 983cac305d43
capitalization of relation names
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedResponsibility.ttl	Tue May 29 14:51:34 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedResponsibility.ttl	Tue May 29 14:52:04 2012 +0100
@@ -36,7 +36,7 @@
    prov:qualifiedResponsibility [
       a prov:Responsibility;
       prov:agent   :city-of-Paris;
-      prov:hadRole :employer; # The city of Paris employed the chauffeur during the enforcement.
+      prov:hadRole :employer; # The city of Paris employed the officer during the enforcement.
    ];
 .
 
--- a/examples/eg-29-pml-mappings/rdf/create/rdf/property_wasInvalidatedBy.ttl	Tue May 29 14:51:34 2012 +0100
+++ b/examples/eg-29-pml-mappings/rdf/create/rdf/property_wasInvalidatedBy.ttl	Tue May 29 14:52:04 2012 +0100
@@ -6,4 +6,4 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# TODO
+<> a :DoesNotMap .