Main Page: Difference between revisions
Jump to navigation
Jump to search
(→Graphs) |
(→Graphs) |
||
Line 16: | Line 16: | ||
== Graphs == | == Graphs == | ||
* Endpoint: https://dreams.wiki.opencura.com/query/ | * Endpoint: https://dreams.wiki.opencura.com/query/ | ||
* [ | * [tinyurl.com/y7jzsap9 All items and properties] | ||
* [tinyurl.com/yhvzw8p7 Geographical map] | |||
=== Example === | |||
<pre> | |||
#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". } | |||
} | |||
</pre> |
Revision as of 18:03, 10 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". } }