sparql 1.1 service description of two named graphs in a given sparql endpoint.
authorTim L <lebot@rpi.edu>
Sun, 02 Oct 2011 13:46:51 -0400
changeset 427 e8a58c69345e
parent 426 4b71179d27b1
child 428 c11a07660cff
child 438 bed11d62f5c9
sparql 1.1 service description of two named graphs in a given sparql endpoint.
ontology/components/Account/tbl-jah-default.ttl
ontology/components/Account/tbl-jah-in-logd.ttl
--- a/ontology/components/Account/tbl-jah-default.ttl	Sun Oct 02 13:13:25 2011 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@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#> .
-
-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-jah-in-logd.ttl	Sun Oct 02 13:46:51 2011 -0400
@@ -0,0 +1,22 @@
+@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
+@prefix :   <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/components/Account/tbl-jah-in-logd.ttl#> .
+
+:logd_endpoint
+  a sd:Service;
+  sd:url <http://logd.tw.rpi.edu/sparql>;
+  sd:availableGraphDescriptions [ 
+     a sd:GraphCollection;
+     sd:namedGraph :tbl_graph, 
+                   :jah_graph;
+  ];
+.
+
+:tbl_graph 
+  a sd:NamedGraph; 
+  sd:name <http://www.w3.org/People/Berners-Lee/card>;
+.
+
+:jah_graph
+  a sd:NamedGraph; 
+  sd:name <http://www.cs.rpi.edu/~hendler/foaf.rdf>;
+.