splitting trig to ttl to go into sparql endpoint named graphs.
authorTim L <lebot@rpi.edu>
Sun, 02 Oct 2011 12:02:17 -0400
changeset 424 53218af56c4c
parent 423 8b5f0dbc3486
child 425 250a9d050343
splitting trig to ttl to go into sparql endpoint named graphs.
ontology/components/Account/jah.ttl
ontology/components/Account/tbl-jah-default.ttl
ontology/components/Account/tbl.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Account/jah.ttl	Sun Oct 02 12:02:17 2011 -0400
@@ -0,0 +1,9 @@
+@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@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#> .
+
+<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" .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Account/tbl-jah-default.ttl	Sun Oct 02 12:02:17 2011 -0400
@@ -0,0 +1,7 @@
+@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@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#> .
+
+card:i rdf:type foaf:Person .
+<http://www.cs.rpi.edu/~hendler/foaf.rdf#jhendler> a foaf:Person .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Account/tbl.ttl	Sun Oct 02 12:02:17 2011 -0400
@@ -0,0 +1,7 @@
+@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@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#> .
+
+card:i s:label "Tim Berners-Lee";
+     con:assistant card:amy .