Project:SPARQL/examples: Difference between revisions

From biodiversity citizen science
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Observations and their locations ==
== Observations and their locations ==
 
<syntaxhighlight>
{{SPARQL2|query=
#defaultView:Map
#defaultView:Map
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
Line 9: Line 8:
}
}
}}
}}
</syntaxhighlight>

Revision as of 13:09, 17 December 2019

Observations and their locations

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