query-833fa51244ecc0884ec0f3b91c0b0564
Información según QID
QID information
Usuario:Galopax/Pintando_mapas_2
User:Galopax/Painting maps (WD)
added 2021-08-02
SELECT DISTINCT ?item ?itemLabel ?itemDescription ?coordenadas ?categor_a_en_Commons ?commons ?imagen ?eswiki
WHERE {
VALUES ?item {
wd:Q2628455
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
OPTIONAL { ?item wdt:P625 ?coordenadas. }
OPTIONAL { ?item wdt:P373 ?categor_a_en_Commons. }
OPTIONAL { ?item wdt:P18 ?imagen. }
OPTIONAL {
?eswiki schema:about ?item;
schema:isPartOf https://es.wikipedia.org/. }
OPTIONAL {
?commons schema:about ?item;
schema:isPartOf https://commons.wikimedia.org/. }
}
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#>
#Información según QID
#QID information
#Usuario:Galopax/Pintando_mapas_2
#User:Galopax/Painting maps (WD)
#added 2021-08-02
SELECT DISTINCT ?item ?itemLabel ?itemDescription ?coordenadas ?categor_a_en_Commons ?commons ?imagen ?eswiki
WHERE {
VALUES ?item {
wd:Q2628455
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
OPTIONAL { ?item wdt:P625 ?coordenadas. }
OPTIONAL { ?item wdt:P373 ?categor_a_en_Commons. }
OPTIONAL { ?item wdt:P18 ?imagen. }
OPTIONAL {
?eswiki schema:about ?item;
schema:isPartOf <https://es.wikipedia.org/>. }
OPTIONAL {
?commons schema:about ?item;
schema:isPartOf <https://commons.wikimedia.org/>. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?categor_a_en_Commons"):::projected
v6("?commons"):::projected
v2("?coordenadas"):::projected
v5("?eswiki"):::projected
v4("?imagen"):::projected
v1("?item"):::projected
c2(["bd:serviceParam"]):::iri
c11([https://commons.wikimedia.org/]):::iri
c10([https://es.wikipedia.org/]):::iri
c4(["es"]):::literal
bind0[/VALUES ?item/]
bind0-->v1
bind00(["wd:Q2628455"])
bind00 --> bind0
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P373".-> v3
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v4
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v5 -."schema:about".-> v1
v5 --"schema:isPartOf"--> c10
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v6 -."schema:about".-> v1
v6 --"schema:isPartOf"--> c11
end