query-114ed86178733412575740fac9220320

rq turtle/ttl

PropertiesKML file (P3096)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?article
WHERE
{
    ?article schema:about ?item 
    ;   schema:isPartOf <https://fr.wikipedia.org/> .
    ?item wdt:P3096 ?kml .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?article"):::projected v2("?item"):::projected v3("?kml") c6(["bd:serviceParam"]):::iri c3([https://fr.wikipedia.org/]):::iri c8(["en"]):::literal v1 --"schema:about"--> v2 v1 --"schema:isPartOf"--> c3 v2 --"wdt:P3096"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end