query-3030d3184a8dd57357ec894f89d3aa81
Categories de nascuts o relacionats (provĂncies de la Xina) SELECT DISTINCT ?lloc ?llocLabel ?cat1 ?categoria1 ?cat2 ?categoria2 WHERE { ?lloc wdt:P31 wd:Q1615742. OPTIONAL { ?lloc wdt:P1464 ?cat1. ?lloc wdt:P1792 ?cat2. OPTIONAL { ?categoria1 schema:about ?cat1. ?categoria1 schema:isPartOf https://ca.wikipedia.org/. } OPTIONAL { ?categoria2 schema:about ?cat2. ?categoria2 schema:isPartOf https://ca.wikipedia.org/. } } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es" . } } ORDER BY ?llocLabel
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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Categories de nascuts o relacionats (provĂncies de la Xina)
SELECT DISTINCT ?lloc ?llocLabel ?cat1 ?categoria1 ?cat2 ?categoria2
WHERE {
?lloc wdt:P31 wd:Q1615742.
OPTIONAL {
?lloc wdt:P1464 ?cat1.
?lloc wdt:P1792 ?cat2.
OPTIONAL {
?categoria1 schema:about ?cat1.
?categoria1 schema:isPartOf <https://ca.wikipedia.org/>.
}
OPTIONAL {
?categoria2 schema:about ?cat2.
?categoria2 schema:isPartOf <https://ca.wikipedia.org/>.
}
}
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es" . }
}
ORDER BY ?llocLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?cat1"):::projected
v4("?cat2"):::projected
v5("?categoria1"):::projected
v6("?categoria2"):::projected
v2("?lloc"):::projected
v1("?llocLabel"):::projected
c9(["bd:serviceParam"]):::iri
c2(["wd:Q1615742"]):::iri
c7([https://ca.wikipedia.org/]):::iri
c11(["#91;AUTO_LANGUAGE#93;,ca,en,es"]):::literal
v2 --"wdt:P31"--> c2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P1464".-> v3
v2 --"wdt:P1792"--> v4
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v5 -."schema:about".-> v3
v5 --"schema:isPartOf"--> c7
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v6 -."schema:about".-> v4
v6 --"schema:isPartOf"--> c7
end
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end