gonum.org/v1/gonum@v0.14.0/graph/formats/rdf/testdata/test008-in.nq (about)

     1  <http://example.org/test#library> <http://example.org/vocab#contains> <http://example.org/test#book> .
     2  <http://example.org/test#book> <http://example.org/vocab#contains> <http://example.org/test#chapter> .
     3  <http://example.org/test#book> <http://purl.org/dc/elements/1.1/contributor> "Writer" .
     4  <http://example.org/test#book> <http://purl.org/dc/elements/1.1/title> "My Book" .
     5  <http://example.org/test#chapter> <http://purl.org/dc/elements/1.1/description> "Fun" .
     6  <http://example.org/test#chapter> <http://purl.org/dc/elements/1.1/title> "Chapter One" .