--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_IncompleteCollection.ttl Wed Jul 11 12:51:53 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_IncompleteCollection.ttl Wed Jul 11 12:56:13 2012 -0400
@@ -2,6 +2,13 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix ex: <http://example.com/vocab#> .
@prefix : <http://example.com/> .
-# TODO
+:todays-us-supreme-court
+ a prov:IncompleteCollection, # The asserter of this set believes that there are
+ ex:RobertsCourt; # more members to this collection of U.S. Supreme Court.
+
+ prov:hadMember <http://dbpedia.org/resource/Antonin_Scalia>,
+ <http://dbpedia.org/resource/Elena_Kagan>;
+.