Main Page: Difference between revisions

From DREAMS
Jump to navigation Jump to search
Line 14: Line 14:
* [[Property:P12|nævner sted]]
* [[Property:P12|nævner sted]]


== Graphs ==
== Queries ==
* Endpoint: https://dreams.wiki.opencura.com/query/
* Endpoint: https://dreams.wiki.opencura.com/query/
* [tinyurl.com/y7jzsap9 All items and properties]
* [tinyurl.com/y7jzsap9 All items and properties]
* [tinyurl.com/yhvzw8p7 Geographical map]
* [tinyurl.com/yhvzw8p7 Geographical map]


=== Example ===
=== graph example ===
<pre>
<pre>
#defaultView:Map
#defaultView:Map

Revision as of 19:24, 23 November 2021

Dokuments

Ontology

Items

Properties

Queries

graph 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". }
}