UNPKG
@rdfjs/tree
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
Tree structure for a set of RDF/JS Quads
github.com/rdfjs-base/tree
rdfjs-base/tree
@rdfjs/tree
/
test
/
assets
/
lists.ttl
9 lines
(7 loc)
•
172 B
text/turtle
View Raw
1
2
3
4
5
6
7
8
9
@prefix
ex
: <
http
://example.org/>.
ex
:resource
ex
:propertyA
""
; ex:propertyB []; ex:propertyC (); ex:propertyD (
"a"
"b"
); ex:propertyE (
"c"
[ex:propertyF
"d"
]).