query-afe9993af4fd2c212d30413f2d0a9b8d
Información según QID - LL
QID information - LL
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 ?lat ?lon
WHERE {
VALUES ?item {
wd:Q2628455
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
?item p:P625 ?statement . # coordinate-location statement
?statement psv:P625 ?coordinate_node .
?coordinate_node wikibase:geoLatitude ?lat .
?coordinate_node wikibase:geoLongitude ?lon .
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 psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Información según QID - LL
#QID information - LL
#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 ?lat ?lon
WHERE {
VALUES ?item {
wd:Q2628455
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
?item p:P625 ?statement . # coordinate-location statement
?statement psv:P625 ?coordinate_node .
?coordinate_node wikibase:geoLatitude ?lat .
?coordinate_node wikibase:geoLongitude ?lon .
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/>. }
}