--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedResponsibility.ttl Tue May 29 14:38:54 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedResponsibility.ttl Tue May 29 09:46:21 2012 -0400
@@ -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:38:54 2012 +0100
+++ b/examples/eg-29-pml-mappings/rdf/create/rdf/property_wasInvalidatedBy.ttl Tue May 29 09:46:21 2012 -0400
@@ -6,4 +6,4 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.com/> .
-# TODO
+<> a :DoesNotMap .