Person (E4)
language code | label | description | aliases | edit |
---|---|---|---|---|
en | Person | Schema about a person | edit |
PREFIX pq: <http://trex-taxonomy.wiki.opencura.com/prop/qualifier/>
PREFIX ps: <http://trex-taxonomy.wiki.opencura.com/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/direct/>
PREFIX trex: <https://trex-taxonomy.wiki.opencura.com/wiki/Item:>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
start = @<trex-human>
<trex-human> {
p:P1 @<is_a> ;
}
<is_a> {
ps:P1 [trex:Q45] ; # Q45= human
}