Project:Cradle

From d'Aïeux et d'Ailleurs
Revision as of 12:38, 16 September 2022 by Daieuxetdailleurs (talk | contribs)
Jump to navigation Jump to search

start = @<human>

<human> EXTRA wdt:P31 {

 wdt:P1 [wd:Q5];
  wdt:P2   # gender
 wdt:P6 . ?;                      # place of birth
 wdt:P8 . ?;                      # place of death
 wdt:P5 . ? ;                    # date of birth
 wdt:P7 . ? ;                   # date of death
 wdt:P3 . * ;                    # given name
 wdt:P4 . * ;                    # family name
 wdt:P9 . * ;                    # occupation
   wdt:P10 @<human> *;             # father
 wdt:P11 @<human> *;             # mother
 wdt:P13 @<human> *;           # sibling
 wdt:P26 @<human> *;             # spouse
 wdt:P12 @<human> *;             # children
  rdfs:label rdf:langString+;

}