prov:Collection eg provo
authorTim L <lebot@rpi.edu>
Mon, 18 Jun 2012 14:41:31 -0700
changeset 3407 25186309d270
parent 3406 7ecef1ae0b7a
child 3408 cc240ff97d28
prov:Collection eg provo
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Collection.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Collection.ttl	Mon Jun 18 14:37:07 2012 -0700
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Collection.ttl	Mon Jun 18 14:41:31 2012 -0700
@@ -6,11 +6,6 @@
 
 :todays-us-supreme-court
    a prov:Collection, :RobertsCourt;
-   dcterms:description [
-      a prov:Entity;
-      prov:value "2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan";
-      prov:wasQuotedFrom :page-by-composition;
-   ];
    prov:qualifiedGeneration [
       a prov:Generation;
       dcterms:date "2012"^^xsd:gYear; # Since we need to be imprecise, we can't use prov:generatedAtTime or prov:atTime
@@ -28,13 +23,14 @@
       <http://dbpedia.org/resource/Samuel_Alito>,      
       <http://dbpedia.org/resource/Sonia_Sotomayor>,  
       <http://dbpedia.org/resource/Elena_Kagan>;   
+
+   dcterms:description :copied-string;
 .
 
-<> 
-   a prov:Bundle;
-   prov:wasDerivedFrom  :page-by-composition,
-                        :page-by-seat,
-   prov:wasAttributedTo <http://tw.rpi.edu/instances/TimLebo>;
+:copied-string
+   a prov:Entity;
+   prov:value "2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan";
+   prov:wasQuotedFrom :page-by-composition;
 .
 
 :page-by-seat
@@ -48,3 +44,10 @@
    prov:specializationOf <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>;
    prov:wasGeneratedAtTime "2012-05-16T14:33"^^xsd:dateTime;
 .
+
+<> 
+   a prov:Bundle;
+   prov:wasDerivedFrom  :page-by-composition,
+                        :page-by-seat,
+   prov:wasAttributedTo <http://tw.rpi.edu/instances/TimLebo>;
+.