query-d40552038fe0a9c5523b5f294081db2f

rq turtle/ttl

Simpel søgning på emner angivet som værende placeret i Rudkøbing ]reply[03:10, 31 May 2021 (UTC)) talk (HjartFor lige at demonstrere lidt af hvad man kan med wikidata får du lige denne her :-) --

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?Rudkøbing ?RudkøbingLabel ?RudkøbingDescription ?geografiske_koordinater ?billede WHERE {
   SERVICE wikibase:label { bd:serviceParam wikibase:language "da". }
   ?Rudkøbing wdt:P276 wd:Q731023.
   OPTIONAL { ?Rudkøbing wdt:P625 ?geografiske_koordinater. }
   OPTIONAL { ?Rudkøbing wdt:P18 ?billede. } }
#defaultView:Map

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Rudkøbing"):::projected v3("?billede"):::projected v2("?geografiske_koordinater"):::projected c2(["bd:serviceParam"]):::iri c6(["wd:Q731023"]):::iri c4(["da"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P276"--> c6 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:P18".-> v3 end