doc/test/treeview/jsTree_n3/first/file2_bold.ttl
2025-03-17 11:42:30 +03:00

13 lines
No EOL
300 B
Turtle

ex:Root a ex:Process .
ex:Child1 a ex:Process ;
ex:hasParent ex:Root .
ex:Child2 a ex:SubProcess ;
ex:hasParent ex:Root .
ex:Grandchild1 a ex:SubProcess ;
ex:hasParent ex:Child1 .
ex:Grandchild2 a ex:Process ;
ex:hasParent ex:Child2 .