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
363 B
Plaintext
7 lines
363 B
Plaintext
<http://example.org/vocab#test> <http://example.org/vocab#A> _:c14n1 .
|
|
<http://example.org/vocab#test> <http://example.org/vocab#B> _:c14n2 .
|
|
<http://example.org/vocab#test> <http://example.org/vocab#C> _:c14n0 .
|
|
_:c14n0 <http://example.org/vocab#next> _:c14n1 .
|
|
_:c14n1 <http://example.org/vocab#next> _:c14n2 .
|
|
_:c14n2 <http://example.org/vocab#next> _:c14n0 .
|