query-dcf72a7349d102845ea41759da121e96
instances of humans with a Tabakalera Identities ID (P10069) SELECT ?item ?itemLabel ?genre ?birthdate WHERE { ?item wdt:P31 wd:Q5. #instance of (P31) human (Q5). ?item wdt:P10069 ?TabakaleraID. #with a Tabakalera Identities ID (P10069) ?genre wdt:P21 ?genre. ?birthdate wdt:P569 ?birthdate.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } LIMIT 100
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#instances of humans with a Tabakalera Identities ID (P10069)
SELECT ?item ?itemLabel ?genre ?birthdate
WHERE
{
?item wdt:P31 wd:Q5. #instance of (P31) human (Q5).
?item wdt:P10069 ?TabakaleraID. #with a Tabakalera Identities ID (P10069)
?genre wdt:P21 ?genre.
?birthdate wdt:P569 ?birthdate.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?TabakaleraID")
v4("?birthdate"):::projected
v3("?genre"):::projected
v1("?item"):::projected
a1((" "))
a2((" "))
c7(["bd:serviceParam"]):::iri
c2(["wd:Q5"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P10069"--> v2
f0[["sameterm(?genre,)"]]
f0 --> v3
f0 --> a1
v3 --"wdt:P21"--> a1
f1[["sameterm(?birthdate,)"]]
f1 --> v4
f1 --> a2
v4 --"wdt:P569"--> a2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end