query-312952f2980a88372d315816a8dc565e
categories de nascuts o relacionats amb estats, comunitats, etc. SELECT DISTINCT ?lloc ?cat ?categoria WHERE { VALUES ?grans {wd:Q5107 wd:Q3624078 wd:Q10742 wd:Q35657} ?lloc wdt:P31 ?grans. ?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 wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
# categories de nascuts o relacionats amb estats, comunitats, etc.
SELECT DISTINCT ?lloc ?cat ?categoria
WHERE {
VALUES ?grans {wd:Q5107 wd:Q3624078 wd:Q10742 wd:Q35657}
?lloc wdt:P31 ?grans.
?lloc wdt:P1464|wdt:P1792 ?cat.
?categoria schema:about ?cat.
?categoria schema:isPartOf <https://ca.wikipedia.org/>.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?cat"):::projected
v4("?categoria"):::projected
v1("?grans")
v2("?lloc"):::projected
c6([https://ca.wikipedia.org/]):::iri
bind0[/VALUES ?grans/]
bind0-->v1
bind00(["wd:Q5107"])
bind00 --> bind0
bind01(["wd:Q3624078"])
bind01 --> bind0
bind02(["wd:Q10742"])
bind02 --> bind0
bind03(["wd:Q35657"])
bind03 --> bind0
v2 --"wdt:P31"--> v1
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P1792"--> v3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P1464"--> v3
end
union0r <== or ==> union0l
end
v4 --"schema:about"--> v3
v4 --"schema:isPartOf"--> c6