Turtle 2012/07/10 (Export)

27%
Section Title Implemented Tests Comments
2 Comment N/A N/A # ...
2.1 Simple Triples 0.1 0.1 s p o .
2.2 Predicate Lists No No s p1 o1 ; p2 o2 .
2.3 Object Lists No No s p o1
2.4 Absolute IRIs 0.1 0.1 <...>
2.4 @base No No @base <...> .
2.4 Relative IRIs No No <#...> = @base + IRI
2.4 Type IRIs No No a => rdf:type
2.4 @prefix 0.1 0.1 @prefix name: <...> .
2.4 Prefixed Name 0.1 0.1 prefix:name
2.5.1 Quoted Literal 0.1 0.1 "..."
2.5.1 Quoted Literal No No '...'
2.5.1 Multi-Line Quoted Literal No No """..."""
2.5.1 Multi-Line Quoted Literal No No '''...'''
2.5.1 Language Literal 0.1 0.1 Literal@lang
2.5.1 Datatype Literal 0.1 0.1 Literal^^IRI
2.5.2 xsd:integer No No -5 => "-5"^^xsd:integer
2.5.2 xsd:decimal No No -5.0 => "-5.0"^^xsd:decimal
2.5.2 xsd:double No No 4.2E9 => "4.2E9"^^xsd:double
2.5.3 true No No true => "true"^^xsd:boolean
2.5.3 false No No false => "false"^^xsd:boolean
2.6 RDF Blank Nodes 0.1 0.1 _:name
2.7 Nesting Unlabled Blank Nodes No No [ ... ]
2.8 Collections No No ( ... ) => rdf:first/rdf:rest/rdf:nil
6.4 U+0000 - U+FFFF No No \uHHHH
6.4 U+10000 - U+10FFFF No No \UHHHHHHHH
6.4 U+0008 No No \b
6.4 U+0009 No No \t
6.4 U+000A No No \n
6.4 U+000C No No \f
6.4 U+000D No No \r
6.4 U+0022 0.1 0.1 \"
6.4 U+0027 No No \'
6.4 U+005C No No \\
B File Extension No No *.ttl
B MIME Type No No text/turtle
B Character Encoding 0.1 0.1 UTF-8

References

  1. Dave Beckett, Tim Berners-Lee, Eric Prud'hommeaux, Gavin Carothers, Turtle. World Wide Web Consortium (W3C). 2012.