split apart example
authorTim L <lebot@rpi.edu>
Thu, 06 Oct 2011 10:24:02 -0400
changeset 563 e624a4c2e7e7
parent 562 839677f2ded0
child 565 8b1753a33510
split apart example
ontology/components/NamedGraph/named-graph-topics.trig
--- a/ontology/components/NamedGraph/named-graph-topics.trig	Thu Oct 06 10:21:28 2011 -0400
+++ b/ontology/components/NamedGraph/named-graph-topics.trig	Thu Oct 06 10:24:02 2011 -0400
@@ -16,6 +16,14 @@
        dcterms:subject  card:i;
        rdfs:comment "The named graph <http://www.w3.org/People/Berners-Lee/card> in this file is about Tim Berners-Lee.";
    .
+}
+
+<http://www.w3.org/People/Berners-Lee/card> { 
+   card:i rdfs:label "Tim Berners-Lee";
+        con:assistant card:amy .
+}
+
+:about_tbl_card {
    :about_tbl_card
        a sd:NamedGraph;
        sd:name          :about_tbl_card; 
@@ -26,7 +34,4 @@
    .
 }
 
-<http://www.w3.org/People/Berners-Lee/card> { 
-   card:i rdfs:label "Tim Berners-Lee";
-        con:assistant card:amy .
-}
+