Main Page: Difference between revisions
Jump to navigation
Jump to search
(→Graphs) |
(→Graphs) |
||
Line 29: | Line 29: | ||
?location dreamst:P13 ?geo | ?location dreamst:P13 ?geo | ||
SERVICE wikibase:label { bd:serviceParam wikibase:language "da,en". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "da,en". } | ||
} | |||
</pre> | |||
== Sustainable Development Goals == | |||
<pre> | |||
PREFIX dreams: <http://dreams.wiki.opencura.com/entity/> | |||
PREFIX dreamst: <http://dreams.wiki.opencura.com/prop/direct/> | |||
SELECT ?sdg ?sdgLabel { | |||
?sdg dreamst:P2 dreams:Q22 . | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | |||
} | } | ||
</pre> | </pre> |
Revision as of 09:30, 23 November 2021
Dokuments
- Nye vindmøller og solceller ved Veddum Kær
- Udvidelse af det Nationale Testcenter for Vindmøller i Østerild
- Opgradering af rostadion på Bagsværd Sø
Ontology
Items
Properties
Graphs
- Endpoint: https://dreams.wiki.opencura.com/query/
- [tinyurl.com/y7jzsap9 All items and properties]
- [tinyurl.com/yhvzw8p7 Geographical map]
Example
#defaultView:Map PREFIX dreams: <http://dreams.wiki.opencura.com/entity/> PREFIX dreamst: <http://dreams.wiki.opencura.com/prop/direct/> SELECT ?report ?reportLabel ?location ?locationLabel ?geo { ?report dreamst:P12 ?location . ?location dreamst:P13 ?geo SERVICE wikibase:label { bd:serviceParam wikibase:language "da,en". } }
Sustainable Development Goals
PREFIX dreams: <http://dreams.wiki.opencura.com/entity/> PREFIX dreamst: <http://dreams.wiki.opencura.com/prop/direct/> SELECT ?sdg ?sdgLabel { ?sdg dreamst:P2 dreams:Q22 . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }