Change - Turtle

Created on Feb. 25, 2013, 11:34 p.m. by Hevok & updated on March 29, 2013, 9:53 a.m. by Hevok

Turtle (Terse RDF Triple Triple Language) allows RDF Graphs to be completely written in a compact and natural form, with abbreviations for common usage patterns and Datatypes. Turtle provides Levels of compatibility with the existing N-Triples and Notation 3 formats as well as the Triple Pattern Syntax of the SPARQL W3C Proposed Recommendation. The Turtle Language is an alternative Syntax to RDF/XML. ¶

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#?>] . ¶
@prefix prof: <http://denigma.de/profiles/>] . ¶
@base <http://denigma.de/>] . ¶


:Hevok prof:hasPhoneNr "++49-123-12345-123" ; ¶
prof:hasBlog :Blog . ¶

@ Language (followed by two letter language code) ¶
^^ Datatypes (followed by legal URI)




Comment: Updated entry

Comment on This Data Unit