48 987
editací
No edit summary |
No edit summary |
||
|sparql=select distinct ?item ?layer where {
{?item wdt:P69/wdt:P159 wd:Q815541 . bind(("Studovali v místě") as ?layer)} UNION
{?item wdt:P108/wdt:P159 wd:Q815541 . bind(("Zaměstnáni v místě") as ?layer) } UNION
{?item wdt:P937* wd:Q815541 . bind(("Místo působení") as ?layer) } UNION
{?item wdt:P20* wd:Q815541 . bind(("Úmrtí") as ?layer)} UNION
{?item wdt:P19* wd:Q815541 . bind(("Narození") as ?layer) }
}
|