Person (E4)

Revision as of 12:17, 11 September 2020 by Andrawaag (talk | contribs) (Created a new Schema: Person)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
language codelabeldescriptionaliasesedit
enPersonSchema about a personedit
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
}