incomplete exmaple
authorTim L <lebot@rpi.edu>
Wed, 11 Jul 2012 12:56:13 -0400
changeset 3967 5b831051bc18
parent 3966 7619aaaae1a2
child 3969 0e468359c4c6
child 3970 c42b285f8800
incomplete exmaple
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_IncompleteCollection.ttl
--- 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>;
+.