query-087a9807e8b54b7233f6866591ac55df
egy szakma egy évszázadban élt képviselőiA példában a festőmévészek szerepelnek, de csak azok, akiknek van magyar szócikkük.
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?birth ?article WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P31 wd:Q5.
{?item wdt:P27 wd:Q28} UNION {?item wdt:P27 wd:Q171150}.
?item wdt:P106 wd:Q1028181.
?item wdt:P569 ?birth;
filter (?birth > "1880-01-01"^^xsd:date && ?birth < "1980-01-01"^^xsd:dat)
?article schema:about ?item ;
schema:isPartOf <https://hu.wikipedia.org/> .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?article"):::projected
v1("?birth"):::projected
v2("?item"):::projected
c11(["wd:Q171150"]):::iri
c10(["wd:Q28"]):::iri
c13(["wd:Q1028181"]):::iri
c17([https://hu.wikipedia.org/]):::iri
c4(["bd:serviceParam"]):::iri
c8(["wd:Q5"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["?birth > '1880-01-01^^xsd:date'?birth < s1980-01-01^^<http://www.w3.org/2001/XMLSchema#dat>'"]]
f0 --> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
v2 --"wdt:P31"--> c8
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P27"--> c11
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P27"--> c10
end
union0r <== or ==> union0l
end
v2 --"wdt:P106"--> c13
v2 --"wdt:P569"--> v1
v3 --"schema:about"--> v2
v3 --"schema:isPartOf"--> c17