Add support for Turtle and SPARQL

This commit is contained in:
Dan Michael O. Heggø
2014-12-06 21:39:32 +01:00
parent ad0cc7f39d
commit 774d18ed8f
8 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ex: <http://example.org/stuff/1.0/> .
<http://www.w3.org/TR/rdf-syntax-grammar>
dc:title "RDF/XML Syntax Specification (Revised)" ;
ex:editor [
ex:fullname "Dave Beckett";
ex:homePage <http://purl.org/net/dajobe/>
] .