query-d481edd69b10014bdfb00e752aa85fcf
Direct subtopics
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX target: <http://www.wikidata.org/entity/Q124490>
SELECT ?item ?itemLabel
(CONCAT("#topic/", SUBSTR(STR(?item), 32)) AS ?itemUrl)
WHERE
{
?item wdt:P279 target: .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,cs,da,de,sv". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?itemUrl")
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en,cs,da,de,sv"]):::literal
c2([http://www.wikidata.org/entity/Q124490]):::iri
v1 --"wdt:P279"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
bind0[/"concat('#topic/',substring(str(?item),'32^^xsd:integer'))"/]
v1 --o bind0
bind0 --as--o v2