mirror of
https://github.com/gonum/gonum.git
synced 2026-04-23 00:37:29 +08:00
3f0deff25e
With the inclusion of the complete JSON-LD RDF Dataset Normalization test suite these can now be dual licensed.
7 lines
555 B
Plaintext
7 lines
555 B
Plaintext
<http://example.org/test#book> <http://example.org/vocab#contains> <http://example.org/test#chapter> .
|
|
<http://example.org/test#book> <http://purl.org/dc/elements/1.1/contributor> "Writer" .
|
|
<http://example.org/test#book> <http://purl.org/dc/elements/1.1/title> "My Book" .
|
|
<http://example.org/test#chapter> <http://purl.org/dc/elements/1.1/description> "Fun" .
|
|
<http://example.org/test#chapter> <http://purl.org/dc/elements/1.1/title> "Chapter One" .
|
|
<http://example.org/test#library> <http://example.org/vocab#contains> <http://example.org/test#book> .
|