trig example for Accounts
authorTim L <lebot@rpi.edu>
Sun, 02 Oct 2011 11:57:24 -0400
changeset 423 8b5f0dbc3486
parent 422 c2bed6481e25
child 424 53218af56c4c
trig example for Accounts
ontology/components/Account/tbl-jah.trig
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/Account/tbl-jah.trig	Sun Oct 02 11:57:24 2011 -0400
@@ -0,0 +1,23 @@
+@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#> .
+
+# This document contains a default graph and two named graphs.
+
+{ 
+   card:i rdf:type foaf:Person .
+   <http://www.cs.rpi.edu/~hendler/foaf.rdf#jhendler> a foaf:Person .
+}
+
+<http://www.w3.org/People/Berners-Lee/card> { 
+   card:i s:label "Tim Berners-Lee";
+        con:assistant card:amy .
+}
+ 
+<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" .
+}