mirror of
https://github.com/bpmbpm/doc.git
synced 2026-04-30 20:40:50 +00:00
13 lines
No EOL
300 B
Turtle
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 . |