Taxa: Dysdera << Dysderidae << AraneomorphaeExternal Links: araneae - Spiders of Europe (determination)
PREFIX faun: <http://purl.org/net/faunistics#> PREFIX geof: <http://www.mindswap.org/2003/owl/geo/geoFeatures.owl#> PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?RecordURI ?RecordLabel ?PublicationUri ?PublicationLabel ?SourceURI ?SourceLabel ?LocationURI ?lat ?long FROM <http://db.caucasus-spiders.info/> WHERE { ?RecordURI faun:identifiesAs <http://db.caucasus-spiders.info/species/614>. ?RecordURI a <http://purl.org/net/faunistics#OriginalRecord>. OPTIONAL { ?RecordURI rdfs:label ?RecordLabel. } ?RecordURI faun:publishedIn ?PublicationUri. ?PublicationUri rdfs:label ?PublicationLabel. OPTIONAL { ?RecordURI faun:citedIn ?SourceURI. ?SourceURI rdfs:label ?SourceLabel. } { ?RecordURI faun:recordedAtLocation <http://db.caucasus-spiders.info/Area/152> . ?RecordURI faun:recordedAtLocation ?LocationURI . } UNION { ?RecordURI faun:recordedAtLocation ?LocationURI . ?LocationURI geof:within <http://db.caucasus-spiders.info/Area/152>. } UNION { ?RecordURI faun:recordedAtLocation ?LocationURI . ?LocationURI geof:within ?l1. ?l1 geof:within <http://db.caucasus-spiders.info/Area/152>. } UNION { ?RecordURI faun:recordedAtLocation ?LocationURI . ?LocationURI geof:within ?l1. ?l1 geof:within ?l2. ?l2 geof:within <http://db.caucasus-spiders.info/Area/152>. } OPTIONAL { ?LocationURI geo:lat ?lat. ?LocationURI geo:long ?long. } } LIMIT 10000
PREFIX faun: <http://purl.org/net/faunistics#> PREFIX geof: <http://www.mindswap.org/2003/owl/geo/geoFeatures.owl#> PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?RecordURI ?RecordLabel ?PublicationUri ?PublicationLabel ?SourceURI ?SourceLabel ?LocationURI ?lat ?long FROM <http://db.caucasus-spiders.info/> WHERE { ?RecordURI faun:identifiesAs <http://db.caucasus-spiders.info/species/614>. ?RecordURI a <http://purl.org/net/faunistics#CitedRecord>. OPTIONAL { ?RecordURI rdfs:label ?RecordLabel. } ?RecordURI faun:publishedIn ?PublicationUri. ?PublicationUri rdfs:label ?PublicationLabel. OPTIONAL { ?RecordURI faun:citedIn ?SourceURI. ?SourceURI rdfs:label ?SourceLabel. } { ?RecordURI faun:recordedAtLocation <http://db.caucasus-spiders.info/Area/152> . ?RecordURI faun:recordedAtLocation ?LocationURI . } UNION { ?RecordURI faun:recordedAtLocation ?LocationURI . ?LocationURI geof:within <http://db.caucasus-spiders.info/Area/152>. } UNION { ?RecordURI faun:recordedAtLocation ?LocationURI . ?LocationURI geof:within ?l1. ?l1 geof:within <http://db.caucasus-spiders.info/Area/152>. } UNION { ?RecordURI faun:recordedAtLocation ?LocationURI . ?LocationURI geof:within ?l1. ?l1 geof:within ?l2. ?l2 geof:within <http://db.caucasus-spiders.info/Area/152>. } OPTIONAL { ?LocationURI geo:lat ?lat. ?LocationURI geo:long ?long. } } LIMIT 10000
This page is proudly powered by OntoWiki 0.9.5, Fluid 960 Grid System and jQuery.