stub rdf
authorTim L <lebot@rpi.edu>
Mon, 27 Feb 2012 21:40:26 -0500
changeset 1698 8726f92ffba3
parent 1697 d7d2c0307455
child 1699 29c574c8721e
stub rdf
examples/rdf/prefixes.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/rdf/prefixes.ttl	Mon Feb 27 21:40:26 2012 -0500
@@ -0,0 +1,8 @@
+@prefix prov:    <http://www.w3.org/ns/prov-o/> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@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 sd:      <http://www.w3.org/ns/sparql-service-description#> .
+@prefix void:    <http://rdfs.org/ns/void#> .