rdf stub example
authorTim L <lebot@rpi.edu>
Sat, 03 Mar 2012 10:17:23 -0500
changeset 1727 469e2c72a7f3
parent 1726 c37174248ba7
child 1728 b40da053db1e
rdf stub example
examples/eg-2-rdf-stub/eg-2-rdf-stub.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-2-rdf-stub/eg-2-rdf-stub.ttl	Sat Mar 03 10:17:23 2012 -0500
@@ -0,0 +1,8 @@
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
+@prefix void:    <http://rdfs.org/ns/void#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix :        <#> .