mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
20 lines
398 B
Turtle
20 lines
398 B
Turtle
<e1> a <Person> ;
|
|
semantica:text "" ;
|
|
semantica:confidence 1.0 .
|
|
|
|
<e2> a <Person> ;
|
|
semantica:text "" ;
|
|
semantica:confidence 1.0 .
|
|
|
|
<e3> a <Organization> ;
|
|
semantica:text "" ;
|
|
semantica:confidence 1.0 .
|
|
|
|
<e4> a <Project> ;
|
|
semantica:text "" ;
|
|
semantica:confidence 1.0 .
|
|
|
|
<e1> <reports_to> <e2> .
|
|
<e1> <works_for> <e3> .
|
|
<e2> <works_for> <e3> .
|
|
<e1> <works_on> <e4> . |