Skip to content
EntityQ44044· pop 6· linked from 114 articles

Also known as NTriples, nt, ntriples

N-Triples is a format for storing and transmitting data. It is a line-based, plain text serialisation format for RDF (Resource Description Framework) graphs, and a subset of the Turtle (Terse RDF Triple Language) format. N-Triples should not be confused with Notation3 which is a superset of Turtle. N-Triples was primarily developed by Dave Beckett at the University of Bristol and Art Barstow at the World Wide Web Consortium (W3C).

Wikidata facts

Official website
www.w3.org/TR/n-triples
Show 6 more facts
file extension
nt
media type
application/n-triples
publication date
2014-02-25
Sources (3)

via Wikidata · CC0

~3 min read

Article

7 sections
Contents
  • Usage
  • Implementations
  • File format
  • Example
  • See also
  • References
  • External links

N-Triples is a format for storing and transmitting data. It is a line-based, plain text serialisation format for RDF (Resource Description Framework) graphs, and a subset of the Turtle (Terse RDF Triple Language) format. N-Triples should not be confused with Notation3 which is a superset of Turtle. N-Triples was primarily developed by Dave Beckett at the University of Bristol and Art Barstow at the World Wide Web Consortium (W3C).

N-Triples was designed to be a simpler format than Notation3 and Turtle, and therefore easier for software to parse and generate. However, because it lacks some of the shortcuts provided by other RDF serialisations (such as CURIEs and nested resources, which are provided by both RDF/XML and Turtle) it can be onerous to type out large amounts of data by hand, and difficult to read.

Available in 6 languages

via Wikidata sitelinks · CC0

Connections

Categories