Project:SPARQL/examples

Revision as of 13:09, 17 December 2019 by Andrawaag (talk | contribs)

Observations and their locations

#defaultView:Map
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
 
SELECT * WHERE {
   ?s wbt:P8 ?o .
}
}}