query-ab16f3dc31cc06fb15a5459b0fe84ac4
categories persones per lloc SELECT DISTINCT ?lloc ?cat ?categoria WHERE { ?lloc wdt:P1464|wdt:P1792 ?cat. ?categoria schema:about ?cat. ?categoria schema:isPartOf https://ca.wikipedia.org/. }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
# categories persones per lloc
SELECT DISTINCT ?lloc ?cat ?categoria
WHERE {
?lloc wdt:P1464|wdt:P1792 ?cat.
?categoria schema:about ?cat.
?categoria schema:isPartOf <https://ca.wikipedia.org/>.
}
Query found at
- https://www.wikidata.org/wiki/User:Pere_prlpz
- https://www.wikidata.org/wiki/User:Pere_prlpz/categories
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?cat"):::projected
v3("?categoria"):::projected
v1("?lloc"):::projected
c5([https://ca.wikipedia.org/]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P1792"--> v2
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P1464"--> v2
end
union0r <== or ==> union0l
end
v3 --"schema:about"--> v2
v3 --"schema:isPartOf"--> c5