--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EmptyCollection.ttl Wed Jul 11 12:56:13 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EmptyCollection.ttl Wed Jul 11 13:18:29 2012 -0400
@@ -1,26 +1,7 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <http://example.org/> .
-:e1 a prov:Entity .
-:e2 a prov:Entity .
-
-:c a prov:Dictionary, prov:EmptyCollection .
+:member1 a prov:Entity .
+:member2 a prov:Entity .
-:c1
- a prov:Dictionary;
- prov:derivedByInsertionFrom :c;
- prov:qualifiedInsertion [
- a prov:Insertion;
- prov:dictionary :c;
- prov:inserted [
- a prov:KeyValuePair;
- prov:pairKey "k1"^^xsd:string;
- prov:pairValue :e1;
- ], [
- a prov:KeyValuePair;
- prov:pairKey "k2"^^xsd:string;
- prov:pairValue :e2;
- ];
- ];
-.
+:c a prov:EmptyCollection . # The collection is believed to not contain members.