User:ChristianSW/Examples: Difference between revisions

m
...
m (...)
m (...)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Observations by observer with links to iNaturalist ==
== Observations by observer with links to iNaturalist ==
<sparql tryit="1" list="1">
<sparql tryit="1">
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>
PREFIX observer: <https://www.inaturalist.org/people/>
PREFIX observer: <https://www.inaturalist.org/people/>


Line 12: Line 11:


== Single observation with location and link to iNaturalist ==
== Single observation with location and link to iNaturalist ==
<sparql tryit="1" list="1">
<sparql tryit="1">
#defaultView:Map
#defaultView:Map


Line 26: Line 25:


== Link to German Wikipedia ==
== Link to German Wikipedia ==
<sparql tryit="1" list="1">
<sparql tryit="1">
#defaultView:Map
#defaultView:Map


Line 47: Line 46:


== Link to Wikispecies ==
== Link to Wikispecies ==
<sparql tryit="1" list="1">
<sparql tryit="1">
#defaultView:Map
#defaultView:Map


Line 66: Line 65:
</sparql>
</sparql>


== My Coccinellidae ==
== My ladybirds ==
<sparql tryit="1" list="1">
<sparql tryit="1">
#defaultView:Map
#defaultView:Map{"hide":"?location"}


PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>
PREFIX observer: <https://www.inaturalist.org/people/>
PREFIX observer: <https://www.inaturalist.org/people/>


SELECT ?location ?iNatlink ?layer WHERE {
SELECT DISTINCT ?location ?iNatlink ?layer WHERE {
   ?observation    wbt:P3  observer:christiansw ;
   ?observation    wbt:P3  observer:christiansw ;
                     wbt:P8  ?location ;
                     wbt:P8  ?location ;
Line 84: Line 83:
   ?wikidata_mapping rdfs:label ?label FILTER (lang(?label) = "de") .
   ?wikidata_mapping rdfs:label ?label FILTER (lang(?label) = "de") .
   BIND(?label AS ?layer).
   BIND(?label AS ?layer).
    }
  }
}
}
</sparql>
</sparql>
99

edits