Skip to main content

Introducing N-Triples

A simpler serialization for RDF

Return to article


Listing 2. N-Triples equivalent to Listing 1
<http://www.ibm.com/developerworks/xml/library/x-think12.html>  <http://purl.org/dc/elements/1.1/description>   "
A discussion of the broader context and relevance of XML/RDF techniques.
  " .
<http://www.ibm.com/developerworks/xml/library/x-think12.html>  <http://purl.org/dc/elements/1.1/title> "
Basic XML and RDF techniques for knowledge management, Part 7
  " .
<http://www.ibm.com/developerworks/xml/library/x-think12.html>  <http://purl.org/dc/elements/1.1/publisher>     "IBM developerWorks" .
<http://www.ibm.com/developerworks/xml/library/x-think12.html>  <http://purl.org/dc/elements/1.1/creator>       "Uche Ogbuji" .
<http://www.ibm.com/developerworks/xml/library/x-think12.html>  <http://purl.org/dc/elements/1.1/subject>       "XML" .
<http://www.ibm.com/developerworks/xml/library/x-think12.html>  <http://purl.org/dc/elements/1.1/subject>       "RDF" .
<http://www.ibm.com/developerworks/xml/library/x-think12.html>  <http://purl.org/dc/elements/1.1/format>        "text/html" .

Return to article