Main Page

From DREAMS
Revision as of 18:03, 10 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". }
}