Main Page

From DREAMS
Revision as of 09:30, 23 November 2021 by Fnielsen (talk | contribs) (→‎Graphs)
Jump to navigation Jump to search

Dokuments

Ontology

Items

Properties

Graphs

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