@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
dbpedia:N-Triples	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000074c2721> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns3:	<http://en.wikipedia.org/wiki/> .
dbpedia:N-Triples	foaf:page	ns3:N-Triples .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:N-Triples	rdfs:label	"N-Triples"@en .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:N-Triples	dbpprop:abstract	"N-Triples is a line-based, plain text serialisation format for RDF (Resource Description Framework) graphs. It is a subset of the Turtle (Terse RDF Triple Language) format. N-Triples should not be confused with Notation 3 which is a superset of Turtle. N-Triples was primarily developed by Dave Beckett at the University of Bristol and Art Barstow at the W3C. N-Triples was designed to be a simpler format than Notation 3 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."@en ;
	rdfs:comment	"N-Triples is a line-based, plain text serialisation format for RDF (Resource Description Framework) graphs. It is a subset of the Turtle (Terse RDF Triple Language) format. N-Triples should not be confused with Notation 3 which is a superset of Turtle. N-Triples was primarily developed by Dave Beckett at the University of Bristol and Art Barstow at the W3C. N-Triples was designed to be a simpler format than Notation 3 and Turtle, and therefore easier for software to parse and generate."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns7:	<http://dbpedia.org/resource/Category:> .
dbpedia:N-Triples	skos:subject	ns7:Metadata .
<http://dbpedia.org/resource/Turtle_%28syntax%29>	dbpprop:extendedFrom	dbpedia:N-Triples .