similar content in different named graphs with the same graph names.
authorTim L <lebot@rpi.edu>
Sun, 02 Oct 2011 13:13:25 -0400
changeset 426 4b71179d27b1
parent 425 250a9d050343
child 427 e8a58c69345e
similar content in different named graphs with the same graph names.
ontology/components/Account/tbl-jah-2.trig
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Account/tbl-jah-2.trig	Sun Oct 02 13:13:25 2011 -0400
@@ -0,0 +1,28 @@
+@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
+@prefix con:   <http://www.w3.org/2000/10/swap/pim/contact#> .
+@prefix card:  <http://www.w3.org/People/Berners-Lee/card#> .
+
+# This document contains a default graph and two named graphs.
+
+{ 
+   card:i rdf:type foaf:Person;
+          foaf:mbox_sha1sum "965c47c5a70db7407210cef6e4e6f5374a525c5c" .
+   <http://www.cs.rpi.edu/~hendler/foaf.rdf#jhendler> a foaf:Person;
+         foaf:surname "Hendler" .
+}
+
+<http://www.w3.org/People/Berners-Lee/card> { 
+   card:i rdfs:label "Tim Berners-Lee";
+        con:assistant card:amy .
+   card:i foaf:img <http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg> .
+}
+ 
+<http://www.cs.rpi.edu/~hendler/foaf.rdf> { 
+   <http://www.cs.rpi.edu/~hendler/foaf.rdf#jhendler>
+       a foaf:Person;
+       foaf:depiction <http://www.cs.rpi.edu/~hendler/hendler.gif>;
+       foaf:firstName "Jim";
+       foaf:title "Tetherless World Constellation Chair" . 
+}