No label defined (E1)
From HBMa
language code | label | description | aliases | edit |
---|---|---|---|---|
en | edit | |||
cs | Člověk | edit |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX m: <https://matrika.wikibase.cloud/entity/>
PREFIX mt: <https://matrika.wikibase.cloud/prop/direct/>
start = @<human>
<human> EXTRA mt:P1 {
mt:P1 [m:Q7];
mt:P21 [m:Q12, m:Q13]?; # gender
mt:P14. ?; # place of birth
# wdt:P20 . ?; # place of death
mt:P12 . ? ; # date of birth
# wdt:P570 . ? ; # date of death
mt:P18 . * ; # given name
mt:P17 . * ; # family name
mt:P23 @<human> *; # father
mt:P24 @<human> *; # mother
}