query-e449e076e1f4527c7ab658a883bcc66e
schema:isPartOf
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?item ?ensitelink ?slsitelink ?enquotelink ?plquotelink {
VALUES ?item { wd:Q462 wd:Q25169 wd:Q848517 }
OPTIONAL { ?ensitelink schema:about ?item ; schema:isPartOf <https://en.wikipedia.org/> . }
OPTIONAL { ?slsitelink schema:about ?item ; schema:isPartOf <https://sl.wikipedia.org/> . }
OPTIONAL { ?enquotelink schema:about ?item ; schema:isPartOf <https://en.wikiquote.org/> . }
OPTIONAL { ?plquotelink schema:about ?item ; schema:isPartOf <https://pl.wikiquote.org/> . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?enquotelink"):::projected
v2("?ensitelink"):::projected
v1("?item"):::projected
v5("?plquotelink"):::projected
v3("?slsitelink"):::projected
c3([https://en.wikipedia.org/]):::iri
c5([https://en.wikiquote.org/]):::iri
c6([https://pl.wikiquote.org/]):::iri
c4([https://sl.wikipedia.org/]):::iri
bind0[/VALUES ?item/]
bind0-->v1
bind00(["wd:Q462"])
bind00 --> bind0
bind01(["wd:Q25169"])
bind01 --> bind0
bind02(["wd:Q848517"])
bind02 --> bind0
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."schema:about".-> v1
v2 --"schema:isPartOf"--> c3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v3 -."schema:about".-> v1
v3 --"schema:isPartOf"--> c4
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v4 -."schema:about".-> v1
v4 --"schema:isPartOf"--> c5
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v5 -."schema:about".-> v1
v5 --"schema:isPartOf"--> c6
end