Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
3 lines
105 B
3 lines
105 B
2 years ago
|
@prefix eg: <http://example.org/> .
|
||
|
eg:s eg:p eg:o;eg:p2 eg:o2,eg:o3 .
|
||
|
eg:s a<http://example.org/Thing> .
|