User:ChristianSW/Snippets: Difference between revisions

m
+1
m (...)
m (+1)
Line 15: Line 15:
}
}
</sparql>
</sparql>
== Sophox ==
<syntaxhighlight>
#defaultView:Map
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>
PREFIX observer: <https://www.inaturalist.org/people/>
SELECT ?location ?iNatlink WHERE {
  SERVICE <https://biodiversity.wiki.opencura.com/query/sparql> {
  ?observation wbt:P3 observer:christiansw ;
                wbt:P8 ?location ;
                wbt:P6 ?iNatlink .
  }
}
</syntaxhighlight>
[https://tinyurl.com/tpgasyy Sophox Query]
99

edits