@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dwciri: <http://rs.tdwg.org/dwc/iri/> .
@prefix top-level: <https://aphia.org/ns/top-level/> .
@prefix marine-observation: <https://eurobis.org/ns/marine-observation/> .
@prefix mr: <http://marineregions.org/ns/ontology#> .
@prefix sf: <http://www.opengis.net/ont/sf#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix geo-pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix tat: <https://aphia.org/ns/attribute-trait/> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://eurobis.org/ns/occurrence-status#present>
  a marine-observation:OccurrenceStatus , skos:Concept ;
  skos:prefLabel "Present"@en ;
  skos:exactMatch <http://rs.gbif.org/vocabulary/gbif/occurrence_status/present> .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.166666666666664 -50.4166666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4166666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3150"^^xsd:integer ;
  dwc:maximumDepthInMeters "3150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.166666666666664 -50.4166666666666)"^^geo:wktLiteral ;
  geo-pos:lat "59.166666666666664"^^xsd:decimal ;
  geo-pos:long "-50.4166666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3256'^^xsd:string;
  dwc:scientificName 'Kelliola symmetros'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-50.416666666667'^^xsd:double;
  dwc:latitude '59.166666666667'^^xsd:double;
  dwc:minimumDepth '3150'^^xsd:integer;
  dwc:maximumDepth '3150'^^xsd:integer;
  dwc:aphiaid '597705'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3256'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597705'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.758333333333333 -42.708333333333336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.758333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-42.708333333333336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3465"^^xsd:integer ;
  dwc:maximumDepthInMeters "3465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.758333333333333 -42.708333333333336)"^^geo:wktLiteral ;
  geo-pos:lat "31.758333333333333"^^xsd:decimal ;
  geo-pos:long "-42.708333333333336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2754'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-42.708333333333'^^xsd:double;
  dwc:latitude '31.758333333333'^^xsd:double;
  dwc:minimumDepth '3465'^^xsd:integer;
  dwc:maximumDepth '3465'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2754'^^xsd:string;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.683333333333334 -42.666666666666664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.683333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-42.666666666666664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.683333333333334 -42.666666666666664)"^^geo:wktLiteral ;
  geo-pos:lat "31.683333333333334"^^xsd:decimal ;
  geo-pos:long "-42.666666666666664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2755'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-42.666666666667'^^xsd:double;
  dwc:latitude '31.683333333333'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2755'^^xsd:string;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.36666666666667 -39.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.36666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-39.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2422"^^xsd:integer ;
  dwc:maximumDepthInMeters "2422"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.36666666666667 -39.2)"^^geo:wktLiteral ;
  geo-pos:lat "33.36666666666667"^^xsd:decimal ;
  geo-pos:long "-39.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3763'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:longitude '-39.2'^^xsd:double;
  dwc:latitude '33.366666666667'^^xsd:double;
  dwc:minimumDepth '2422'^^xsd:integer;
  dwc:maximumDepth '2422'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3763'^^xsd:string;
  dwc:observationDate '1910-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3278'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: For discussion about priority of name miliaris over abyssicola see in Janssen, Krylova, 2012'^^xsd:string;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3278'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1799'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Jeffreys (1879) listed M. cuneata from stn 51 in the Mediterranean Sea. Material from this station was examined by Knudsen (1970: 66). He stated that this “should obviously be assigned to a different species”. The identity of this material remains doubtfu'^^xsd:string;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1799'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2347'^^xsd:string;
  dwc:scientificName 'Yoldiella expansa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '141994'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2347'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141994'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2413'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2413'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3306'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: For discussion about priority of name miliaris over abyssicola see in Janssen, Krylova, 2012'^^xsd:string;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3306'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3737'^^xsd:string;
  dwc:scientificName 'Poromya granulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '543092'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3737'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408618'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3746'^^xsd:string;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3746'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3748'^^xsd:string;
  dwc:scientificName 'Lyonsiella ? Gibbosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: This species has not been discussed after its description. Without examination of the type material its systematic position remains doubtful.We include it here only tentatively in Lyonsiella'^^xsd:string;
  dwc:aphiaid '138654'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3748'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138654'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2771'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2771'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2950'^^xsd:string;
  dwc:scientificName 'Limatula confusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '420752'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2950'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2951'^^xsd:string;
  dwc:scientificName 'Limatula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '505530'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2951'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '505530'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3484'^^xsd:string;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3484'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3516'^^xsd:string;
  dwc:scientificName 'Cuspidaria papyria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '407878'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3516'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '407878'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2980'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2980'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3069'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3069'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3652'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3652'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2679'^^xsd:string;
  dwc:scientificName 'Dacrydium vitreum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Most records in older literature concerning the West European Basin and southwards probably do not refer to vitreum, but to otherspecies like abyssorum, ockelmanni or wareni'^^xsd:string;
  dwc:aphiaid '539405'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2679'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1918'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1918'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2096'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2096'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1750'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Warén (1989b: 241) suggested to synonymize the fossil B. excisa (Philippi, 1844) with the living species B. subexcisa. According to La Perna (2003: 26) excisa is different from the living deep-water species subexcisa so synonymy of the two forms is reject'^^xsd:string;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1750'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2047'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2047'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2931'^^xsd:string;
  dwc:scientificName 'Propeamussium lucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '140714'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2931'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140714'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3467'^^xsd:string;
  dwc:scientificName 'Cardiomya striata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '139436'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3467'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139436'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3499'^^xsd:string;
  dwc:scientificName 'Cuspidaria exigua'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '139444'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3499'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139444'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2749'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2749'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2689'^^xsd:string;
  dwc:scientificName 'Idas argenteus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '140454'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2689'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140454'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2653"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18333333333333 -37.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.18333333333333"^^xsd:decimal ;
  geo-pos:long "-37.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2196'^^xsd:string;
  dwc:scientificName 'Tindaria sericea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-37.683333333333'^^xsd:double;
  dwc:latitude '56.183333333333'^^xsd:double;
  dwc:minimumDepth '2653'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '141682'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2196'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141682'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.766666666666666 -33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3175"^^xsd:integer ;
  dwc:maximumDepthInMeters "3175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.766666666666666 -33.85)"^^geo:wktLiteral ;
  geo-pos:lat "34.766666666666666"^^xsd:decimal ;
  geo-pos:long "-33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2740'^^xsd:string;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-33.85'^^xsd:double;
  dwc:latitude '34.766666666667'^^xsd:double;
  dwc:minimumDepth '3175'^^xsd:integer;
  dwc:maximumDepth '3175'^^xsd:integer;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2740'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.766666666666666 -33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3175"^^xsd:integer ;
  dwc:maximumDepthInMeters "3175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.766666666666666 -33.85)"^^geo:wktLiteral ;
  geo-pos:lat "34.766666666666666"^^xsd:decimal ;
  geo-pos:long "-33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3569'^^xsd:string;
  dwc:scientificName 'Cuspidaria semirostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-33.85'^^xsd:double;
  dwc:latitude '34.766666666667'^^xsd:double;
  dwc:minimumDepth '3175'^^xsd:integer;
  dwc:maximumDepth '3175'^^xsd:integer;
  dwc:aphiaid '407913'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3569'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '407913'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.766666666666666 -33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3175"^^xsd:integer ;
  dwc:maximumDepthInMeters "3175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.766666666666666 -33.85)"^^geo:wktLiteral ;
  geo-pos:lat "34.766666666666666"^^xsd:decimal ;
  geo-pos:long "-33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3578'^^xsd:string;
  dwc:scientificName 'Cuspidaria wollastonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-33.85'^^xsd:double;
  dwc:latitude '34.766666666667'^^xsd:double;
  dwc:minimumDepth '3175'^^xsd:integer;
  dwc:maximumDepth '3175'^^xsd:integer;
  dwc:aphiaid '139458'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3578'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139458'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.31666666666667 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.31666666666667 -33.78333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "39.31666666666667"^^xsd:decimal ;
  geo-pos:long "-33.78333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3322'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.316666666667'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3322'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.31666666666667 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.31666666666667 -33.78333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "39.31666666666667"^^xsd:decimal ;
  geo-pos:long "-33.78333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1706'^^xsd:string;
  dwc:scientificName 'Nucula callicredemna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.316666666667'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '420659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1706'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420659'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.31666666666667 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.31666666666667 -33.78333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "39.31666666666667"^^xsd:decimal ;
  geo-pos:long "-33.78333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1996'^^xsd:string;
  dwc:scientificName 'Ledella foresti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.316666666667'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '506319'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1996'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506319'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.31666666666667 -33.78333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-33.78333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3360"^^xsd:integer ;
  dwc:maximumDepthInMeters "3360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.31666666666667 -33.78333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "39.31666666666667"^^xsd:decimal ;
  geo-pos:long "-33.78333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2678'^^xsd:string;
  dwc:scientificName 'Dacrydium sandersi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-33.783333333333'^^xsd:double;
  dwc:latitude '39.316666666667'^^xsd:double;
  dwc:minimumDepth '3360'^^xsd:integer;
  dwc:maximumDepth '3360'^^xsd:integer;
  dwc:aphiaid '140448'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2678'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.983333333333334 -33.016666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-33.016666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2615"^^xsd:integer ;
  dwc:maximumDepthInMeters "2865"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.983333333333334 -33.016666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "34.983333333333334"^^xsd:decimal ;
  geo-pos:long "-33.016666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2733'^^xsd:string;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:longitude '-33.016666666667'^^xsd:double;
  dwc:latitude '34.983333333333'^^xsd:double;
  dwc:minimumDepth '2615'^^xsd:integer;
  dwc:maximumDepth '2865'^^xsd:integer;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2733'^^xsd:string;
  dwc:observationDate '1910-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.983333333333334 -33.016666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-33.016666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2615"^^xsd:integer ;
  dwc:maximumDepthInMeters "2865"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.983333333333334 -33.016666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "34.983333333333334"^^xsd:decimal ;
  geo-pos:long "-33.016666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2759'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:longitude '-33.016666666667'^^xsd:double;
  dwc:latitude '34.983333333333'^^xsd:double;
  dwc:minimumDepth '2615'^^xsd:integer;
  dwc:maximumDepth '2865'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2759'^^xsd:string;
  dwc:observationDate '1910-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -30.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-30.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2102"^^xsd:integer ;
  dwc:maximumDepthInMeters "2102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -30.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "38.983333333333334"^^xsd:decimal ;
  geo-pos:long "-30.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2001'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:longitude '-30.633333333333'^^xsd:double;
  dwc:latitude '38.983333333333'^^xsd:double;
  dwc:minimumDepth '2102'^^xsd:integer;
  dwc:maximumDepth '2102'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2001'^^xsd:string;
  dwc:observationDate '1895-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -30.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-30.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2102"^^xsd:integer ;
  dwc:maximumDepthInMeters "2102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -30.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "38.983333333333334"^^xsd:decimal ;
  geo-pos:long "-30.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1995'^^xsd:string;
  dwc:scientificName 'Ledella confinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:longitude '-30.633333333333'^^xsd:double;
  dwc:latitude '38.983333333333'^^xsd:double;
  dwc:minimumDepth '2102'^^xsd:integer;
  dwc:maximumDepth '2102'^^xsd:integer;
  dwc:aphiaid '506310'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1995'^^xsd:string;
  dwc:observationDate '1895-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506310'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.733333333333334 -30.483333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-30.483333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2066"^^xsd:integer ;
  dwc:maximumDepthInMeters "2134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.733333333333334 -30.483333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "61.733333333333334"^^xsd:decimal ;
  geo-pos:long "-30.483333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2794'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-30.483333333333'^^xsd:double;
  dwc:latitude '61.733333333333'^^xsd:double;
  dwc:minimumDepth '2066'^^xsd:integer;
  dwc:maximumDepth '2134'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2794'^^xsd:string;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.733333333333334 -30.483333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-30.483333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2066"^^xsd:integer ;
  dwc:maximumDepthInMeters "2134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.733333333333334 -30.483333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "61.733333333333334"^^xsd:decimal ;
  geo-pos:long "-30.483333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2953'^^xsd:string;
  dwc:scientificName 'Limatula jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-30.483333333333'^^xsd:double;
  dwc:latitude '61.733333333333'^^xsd:double;
  dwc:minimumDepth '2066'^^xsd:integer;
  dwc:maximumDepth '2134'^^xsd:integer;
  dwc:aphiaid '140239'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2953'^^xsd:string;
  dwc:aphiaIdAccepted '140239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.983333333333334"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2897'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '38.983333333333'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2102'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2897'^^xsd:string;
  dwc:observationDate '1895-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.983333333333334"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2421'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '38.983333333333'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2102'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2421'^^xsd:string;
  dwc:observationDate '1895-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.983333333333334"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2979'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '38.983333333333'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2102'^^xsd:integer;
  dwc:aphiaid '540331'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2979'^^xsd:string;
  dwc:observationDate '1895-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '540331'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.983333333333334"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2937'^^xsd:string;
  dwc:scientificName 'Propeamussium lucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '38.983333333333'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2102'^^xsd:integer;
  dwc:aphiaid '140714'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2937'^^xsd:string;
  dwc:observationDate '1895-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140714'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.983333333333334"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2684'^^xsd:string;
  dwc:scientificName 'Dacrydium vitreum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '38.983333333333'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2102'^^xsd:integer;
  dwc:aphiaid '539405'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2684'^^xsd:string;
  dwc:observationDate '1895-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.983333333333334"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3395'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '38.983333333333'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2102'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3395'^^xsd:string;
  dwc:observationDate '1895-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.983333333333334 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.983333333333334"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2729'^^xsd:string;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '38.983333333333'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2102'^^xsd:integer;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2729'^^xsd:string;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 -27.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9"^^xsd:decimal ;
  dwc:decimalLongitude "-27.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2178"^^xsd:integer ;
  dwc:maximumDepthInMeters "2178"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 -27.05)"^^geo:wktLiteral ;
  geo-pos:lat "37.9"^^xsd:decimal ;
  geo-pos:long "-27.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2728'^^xsd:string;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-27.05'^^xsd:double;
  dwc:latitude '37.9'^^xsd:double;
  dwc:minimumDepth '2178'^^xsd:integer;
  dwc:maximumDepth '2178'^^xsd:integer;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2728'^^xsd:string;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.916666666666664 -27.0333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-27.0333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2235"^^xsd:integer ;
  dwc:maximumDepthInMeters "2235"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.916666666666664 -27.0333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "37.916666666666664"^^xsd:decimal ;
  geo-pos:long "-27.0333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3393'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-27.033333333333'^^xsd:double;
  dwc:latitude '37.916666666667'^^xsd:double;
  dwc:minimumDepth '2235'^^xsd:integer;
  dwc:maximumDepth '2235'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3393'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95 -26.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.95"^^xsd:decimal ;
  dwc:decimalLongitude "-26.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3225"^^xsd:integer ;
  dwc:maximumDepthInMeters "3225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95 -26.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "37.95"^^xsd:decimal ;
  geo-pos:long "-26.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3324'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-26.133333333333'^^xsd:double;
  dwc:latitude '37.95'^^xsd:double;
  dwc:minimumDepth '3225'^^xsd:integer;
  dwc:maximumDepth '3225'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3324'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.96666666666667 -26.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-26.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3215"^^xsd:integer ;
  dwc:maximumDepthInMeters "3215"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.96666666666667 -26.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "37.96666666666667"^^xsd:decimal ;
  geo-pos:long "-26.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3323'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-26.116666666667'^^xsd:double;
  dwc:latitude '37.966666666667'^^xsd:double;
  dwc:minimumDepth '3215'^^xsd:integer;
  dwc:maximumDepth '3215'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3323'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.55 -25.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.55"^^xsd:decimal ;
  dwc:decimalLongitude "-25.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2050"^^xsd:integer ;
  dwc:maximumDepthInMeters "2050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.55 -25.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "37.55"^^xsd:decimal ;
  geo-pos:long "-25.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2928'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-25.966666666667'^^xsd:double;
  dwc:latitude '37.55'^^xsd:double;
  dwc:minimumDepth '2050'^^xsd:integer;
  dwc:maximumDepth '2050'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2928'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-25.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3264"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "55.166666666666664"^^xsd:decimal ;
  geo-pos:long "-25.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3279'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-25.966666666667'^^xsd:double;
  dwc:latitude '55.166666666667'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3264'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3279'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-25.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3264"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "55.166666666666664"^^xsd:decimal ;
  geo-pos:long "-25.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3720'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-25.966666666667'^^xsd:double;
  dwc:latitude '55.166666666667'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3264'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3720'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-25.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3264"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "55.166666666666664"^^xsd:decimal ;
  geo-pos:long "-25.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2414'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-25.966666666667'^^xsd:double;
  dwc:latitude '55.166666666667'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3264'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2414'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-25.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3264"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "55.166666666666664"^^xsd:decimal ;
  geo-pos:long "-25.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3307'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-25.966666666667'^^xsd:double;
  dwc:latitude '55.166666666667'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3264'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3307'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-25.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3264"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "55.166666666666664"^^xsd:decimal ;
  geo-pos:long "-25.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2772'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-25.966666666667'^^xsd:double;
  dwc:latitude '55.166666666667'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3264'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2772'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-25.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3264"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "55.166666666666664"^^xsd:decimal ;
  geo-pos:long "-25.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3070'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-25.966666666667'^^xsd:double;
  dwc:latitude '55.166666666667'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3264'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3070'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-25.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3264"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "55.166666666666664"^^xsd:decimal ;
  geo-pos:long "-25.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2952'^^xsd:string;
  dwc:scientificName 'Limatula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-25.966666666667'^^xsd:double;
  dwc:latitude '55.166666666667'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3264'^^xsd:integer;
  dwc:aphiaid '505530'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2952'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '505530'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-25.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3264"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.166666666666664 -25.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "55.166666666666664"^^xsd:decimal ;
  geo-pos:long "-25.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3630'^^xsd:string;
  dwc:scientificName 'Myonera angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:longitude '-25.966666666667'^^xsd:double;
  dwc:latitude '55.166666666667'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3264'^^xsd:integer;
  dwc:aphiaid '408524'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3630'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.89166666666665 -25.9083333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.89166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9083333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2142"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.89166666666665 -25.9083333333333)"^^geo:wktLiteral ;
  geo-pos:lat "34.89166666666665"^^xsd:decimal ;
  geo-pos:long "-25.9083333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3440'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-25.908333333333'^^xsd:double;
  dwc:startLongitude '-25.91667'^^xsd:double;
  dwc:endLongitude '-25.9'^^xsd:double;
  dwc:latitude '34.891666666667'^^xsd:double;
  dwc:startLatitude '34.65'^^xsd:double;
  dwc:endLatitude '35.13333'^^xsd:double;
  dwc:minimumDepth '2142'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3440'^^xsd:string;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.89166666666665 -25.9083333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.89166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9083333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2142"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.89166666666665 -25.9083333333333)"^^geo:wktLiteral ;
  geo-pos:lat "34.89166666666665"^^xsd:decimal ;
  geo-pos:long "-25.9083333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3512'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-25.908333333333'^^xsd:double;
  dwc:startLongitude '-25.91667'^^xsd:double;
  dwc:endLongitude '-25.9'^^xsd:double;
  dwc:latitude '34.891666666667'^^xsd:double;
  dwc:startLatitude '34.65'^^xsd:double;
  dwc:endLatitude '35.13333'^^xsd:double;
  dwc:minimumDepth '2142'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3512'^^xsd:string;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.89166666666665 -25.9083333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.89166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9083333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2142"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.89166666666665 -25.9083333333333)"^^geo:wktLiteral ;
  geo-pos:lat "34.89166666666665"^^xsd:decimal ;
  geo-pos:long "-25.9083333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3441'^^xsd:string;
  dwc:scientificName 'Xylophaga praestans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '-25.908333333333'^^xsd:double;
  dwc:startLongitude '-25.91667'^^xsd:double;
  dwc:endLongitude '-25.9'^^xsd:double;
  dwc:latitude '34.891666666667'^^xsd:double;
  dwc:startLatitude '34.65'^^xsd:double;
  dwc:endLatitude '35.13333'^^xsd:double;
  dwc:minimumDepth '2142'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '141980'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3441'^^xsd:string;
  dwc:aphiaIdAccepted '141980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63333333333333 -25.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-25.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2995"^^xsd:integer ;
  dwc:maximumDepthInMeters "2995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63333333333333 -25.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.63333333333333"^^xsd:decimal ;
  geo-pos:long "-25.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3723'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-25.1'^^xsd:double;
  dwc:latitude '38.633333333333'^^xsd:double;
  dwc:minimumDepth '2995'^^xsd:integer;
  dwc:maximumDepth '2995'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3723'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63333333333333 -25.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-25.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2995"^^xsd:integer ;
  dwc:maximumDepthInMeters "2995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63333333333333 -25.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.63333333333333"^^xsd:decimal ;
  geo-pos:long "-25.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3789'^^xsd:string;
  dwc:scientificName 'Vertambitus triangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-25.1'^^xsd:double;
  dwc:latitude '38.633333333333'^^xsd:double;
  dwc:minimumDepth '2995'^^xsd:integer;
  dwc:maximumDepth '2995'^^xsd:integer;
  dwc:aphiaid '405109'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3789'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63333333333333 -25.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-25.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2995"^^xsd:integer ;
  dwc:maximumDepthInMeters "2995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63333333333333 -25.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.63333333333333"^^xsd:decimal ;
  geo-pos:long "-25.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2756'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-25.1'^^xsd:double;
  dwc:latitude '38.633333333333'^^xsd:double;
  dwc:minimumDepth '2995'^^xsd:integer;
  dwc:maximumDepth '2995'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2756'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63333333333333 -25.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-25.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2995"^^xsd:integer ;
  dwc:maximumDepthInMeters "2995"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63333333333333 -25.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.63333333333333"^^xsd:decimal ;
  geo-pos:long "-25.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3570'^^xsd:string;
  dwc:scientificName 'Cuspidaria semirostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-25.1'^^xsd:double;
  dwc:latitude '38.633333333333'^^xsd:double;
  dwc:minimumDepth '2995'^^xsd:integer;
  dwc:maximumDepth '2995'^^xsd:integer;
  dwc:aphiaid '407913'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3570'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '407913'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 -24.72083333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9"^^xsd:decimal ;
  dwc:decimalLongitude "-24.72083333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2178"^^xsd:integer ;
  dwc:maximumDepthInMeters "2178"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 -24.72083333333333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9"^^xsd:decimal ;
  geo-pos:long "-24.72083333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2727'^^xsd:string;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-24.720833333333'^^xsd:double;
  dwc:latitude '37.9'^^xsd:double;
  dwc:minimumDepth '2178'^^xsd:integer;
  dwc:maximumDepth '2178'^^xsd:integer;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2727'^^xsd:string;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 -24.716666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-24.716666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4261"^^xsd:integer ;
  dwc:maximumDepthInMeters "4261"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 -24.716666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "36.916666666666664"^^xsd:decimal ;
  geo-pos:long "-24.716666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3721'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:longitude '-24.716666666667'^^xsd:double;
  dwc:latitude '36.916666666667'^^xsd:double;
  dwc:minimumDepth '4261'^^xsd:integer;
  dwc:maximumDepth '4261'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3721'^^xsd:string;
  dwc:observationDate '1896-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 -24.716666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-24.716666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4261"^^xsd:integer ;
  dwc:maximumDepthInMeters "4261"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 -24.716666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "36.916666666666664"^^xsd:decimal ;
  geo-pos:long "-24.716666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2751'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-24.716666666667'^^xsd:double;
  dwc:latitude '36.916666666667'^^xsd:double;
  dwc:minimumDepth '4261'^^xsd:integer;
  dwc:maximumDepth '4261'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2751'^^xsd:string;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1 -24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1"^^xsd:decimal ;
  dwc:decimalLongitude "-24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5413"^^xsd:integer ;
  dwc:maximumDepthInMeters "5413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1 -24)"^^geo:wktLiteral ;
  geo-pos:lat "31.1"^^xsd:decimal ;
  geo-pos:long "-24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3398'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:longitude '-24'^^xsd:integer;
  dwc:latitude '31.1'^^xsd:double;
  dwc:minimumDepth '5413'^^xsd:integer;
  dwc:maximumDepth '5413'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3398'^^xsd:string;
  dwc:observationDate '1905-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 -23.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5005"^^xsd:integer ;
  dwc:maximumDepthInMeters "5005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 -23.45)"^^geo:wktLiteral ;
  geo-pos:lat "38.9"^^xsd:decimal ;
  geo-pos:long "-23.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3722'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:longitude '-23.45'^^xsd:double;
  dwc:latitude '38.9'^^xsd:double;
  dwc:minimumDepth '5005'^^xsd:integer;
  dwc:maximumDepth '5005'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3722'^^xsd:string;
  dwc:observationDate '1896-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 -23.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5005"^^xsd:integer ;
  dwc:maximumDepthInMeters "5005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 -23.45)"^^geo:wktLiteral ;
  geo-pos:lat "38.9"^^xsd:decimal ;
  geo-pos:long "-23.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3397'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:longitude '-23.45'^^xsd:double;
  dwc:latitude '38.9'^^xsd:double;
  dwc:minimumDepth '5005'^^xsd:integer;
  dwc:maximumDepth '5005'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3397'^^xsd:string;
  dwc:observationDate '1896-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.9 -23.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.9"^^xsd:decimal ;
  dwc:decimalLongitude "-23.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.9 -23.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.9"^^xsd:decimal ;
  geo-pos:long "-23.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2750'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-23.1'^^xsd:double;
  dwc:latitude '36.9'^^xsd:double;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2750'^^xsd:string;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 -22.379166666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-22.379166666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4261"^^xsd:integer ;
  dwc:maximumDepthInMeters "4261"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 -22.379166666666666)"^^geo:wktLiteral ;
  geo-pos:lat "36.916666666666664"^^xsd:decimal ;
  geo-pos:long "-22.379166666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2731'^^xsd:string;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-22.379166666667'^^xsd:double;
  dwc:latitude '36.916666666667'^^xsd:double;
  dwc:minimumDepth '4261'^^xsd:integer;
  dwc:maximumDepth '4261'^^xsd:integer;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2731'^^xsd:string;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.95 -22.266666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.95"^^xsd:decimal ;
  dwc:decimalLongitude "-22.266666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4270"^^xsd:integer ;
  dwc:maximumDepthInMeters "4270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.95 -22.266666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "40.95"^^xsd:decimal ;
  geo-pos:long "-22.266666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2601'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-22.266666666667'^^xsd:double;
  dwc:latitude '40.95'^^xsd:double;
  dwc:minimumDepth '4270'^^xsd:integer;
  dwc:maximumDepth '4270'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2601'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9083333333333 -21.950000000000003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9083333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.950000000000003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5005"^^xsd:integer ;
  dwc:maximumDepthInMeters "5005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9083333333333 -21.950000000000003)"^^geo:wktLiteral ;
  geo-pos:lat "38.9083333333333"^^xsd:decimal ;
  geo-pos:long "-21.950000000000003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3396'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:longitude '-21.95'^^xsd:double;
  dwc:startLongitude '-21.85'^^xsd:double;
  dwc:endLongitude '-22.05'^^xsd:double;
  dwc:latitude '38.908333333333'^^xsd:double;
  dwc:startLatitude '38.9'^^xsd:double;
  dwc:endLatitude '38.91667'^^xsd:double;
  dwc:minimumDepth '5005'^^xsd:integer;
  dwc:maximumDepth '5005'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3396'^^xsd:string;
  dwc:observationDate '1895-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9083333333333 -21.950000000000003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9083333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.950000000000003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5005"^^xsd:integer ;
  dwc:maximumDepthInMeters "5005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9083333333333 -21.950000000000003)"^^geo:wktLiteral ;
  geo-pos:lat "38.9083333333333"^^xsd:decimal ;
  geo-pos:long "-21.950000000000003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2747'^^xsd:string;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:longitude '-21.95'^^xsd:double;
  dwc:startLongitude '-21.85'^^xsd:double;
  dwc:endLongitude '-22.05'^^xsd:double;
  dwc:latitude '38.908333333333'^^xsd:double;
  dwc:startLatitude '38.9'^^xsd:double;
  dwc:endLatitude '38.91667'^^xsd:double;
  dwc:minimumDepth '5005'^^xsd:integer;
  dwc:maximumDepth '5005'^^xsd:integer;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2747'^^xsd:string;
  dwc:observationDate '1896-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9083333333333 -21.950000000000003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9083333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.950000000000003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5005"^^xsd:integer ;
  dwc:maximumDepthInMeters "5005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9083333333333 -21.950000000000003)"^^geo:wktLiteral ;
  geo-pos:lat "38.9083333333333"^^xsd:decimal ;
  geo-pos:long "-21.950000000000003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2732'^^xsd:string;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-21.95'^^xsd:double;
  dwc:startLongitude '-21.85'^^xsd:double;
  dwc:endLongitude '-22.05'^^xsd:double;
  dwc:latitude '38.908333333333'^^xsd:double;
  dwc:startLatitude '38.9'^^xsd:double;
  dwc:endLatitude '38.91667'^^xsd:double;
  dwc:minimumDepth '5005'^^xsd:integer;
  dwc:maximumDepth '5005'^^xsd:integer;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2732'^^xsd:string;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9083333333333 -21.950000000000003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9083333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.950000000000003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5005"^^xsd:integer ;
  dwc:maximumDepthInMeters "5005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9083333333333 -21.950000000000003)"^^geo:wktLiteral ;
  geo-pos:lat "38.9083333333333"^^xsd:decimal ;
  geo-pos:long "-21.950000000000003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2744'^^xsd:string;
  dwc:scientificName 'Limopsis galatheae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:longitude '-21.95'^^xsd:double;
  dwc:startLongitude '-21.85'^^xsd:double;
  dwc:endLongitude '-22.05'^^xsd:double;
  dwc:latitude '38.908333333333'^^xsd:double;
  dwc:startLatitude '38.9'^^xsd:double;
  dwc:endLatitude '38.91667'^^xsd:double;
  dwc:minimumDepth '5005'^^xsd:integer;
  dwc:maximumDepth '5005'^^xsd:integer;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2744'^^xsd:string;
  dwc:observationDate '1896-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 -21.283333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "-21.283333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3975"^^xsd:integer ;
  dwc:maximumDepthInMeters "3975"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 -21.283333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "-21.283333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2696'^^xsd:string;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-21.283333333333'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '3975'^^xsd:integer;
  dwc:maximumDepth '3975'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2696'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.2666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4060"^^xsd:integer ;
  dwc:maximumDepthInMeters "4060"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "42.31666666666667"^^xsd:decimal ;
  geo-pos:long "-21.2666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2894'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-21.266666666667'^^xsd:double;
  dwc:latitude '42.316666666667'^^xsd:double;
  dwc:minimumDepth '4060'^^xsd:integer;
  dwc:maximumDepth '4060'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2894'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.2666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4060"^^xsd:integer ;
  dwc:maximumDepthInMeters "4060"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "42.31666666666667"^^xsd:decimal ;
  geo-pos:long "-21.2666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3724'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-21.266666666667'^^xsd:double;
  dwc:latitude '42.316666666667'^^xsd:double;
  dwc:minimumDepth '4060'^^xsd:integer;
  dwc:maximumDepth '4060'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3724'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.2666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4060"^^xsd:integer ;
  dwc:maximumDepthInMeters "4060"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "42.31666666666667"^^xsd:decimal ;
  geo-pos:long "-21.2666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3390'^^xsd:string;
  dwc:scientificName 'Abra nitida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-21.266666666667'^^xsd:double;
  dwc:latitude '42.316666666667'^^xsd:double;
  dwc:minimumDepth '4060'^^xsd:integer;
  dwc:maximumDepth '4060'^^xsd:integer;
  dwc:aphiaid '141435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3390'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.2666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4060"^^xsd:integer ;
  dwc:maximumDepthInMeters "4060"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "42.31666666666667"^^xsd:decimal ;
  geo-pos:long "-21.2666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3394'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-21.266666666667'^^xsd:double;
  dwc:latitude '42.316666666667'^^xsd:double;
  dwc:minimumDepth '4060'^^xsd:integer;
  dwc:maximumDepth '4060'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3394'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.2666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4060"^^xsd:integer ;
  dwc:maximumDepthInMeters "4060"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "42.31666666666667"^^xsd:decimal ;
  geo-pos:long "-21.2666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2757'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-21.266666666667'^^xsd:double;
  dwc:latitude '42.316666666667'^^xsd:double;
  dwc:minimumDepth '4060'^^xsd:integer;
  dwc:maximumDepth '4060'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2757'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.2666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4060"^^xsd:integer ;
  dwc:maximumDepthInMeters "4060"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -21.2666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "42.31666666666667"^^xsd:decimal ;
  geo-pos:long "-21.2666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2683'^^xsd:string;
  dwc:scientificName 'Dacrydium vitreum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-21.266666666667'^^xsd:double;
  dwc:latitude '42.316666666667'^^xsd:double;
  dwc:minimumDepth '4060'^^xsd:integer;
  dwc:maximumDepth '4060'^^xsd:integer;
  dwc:aphiaid '539405'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2683'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.283333333499996 -20.96666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.283333333499996"^^xsd:decimal ;
  dwc:decimalLongitude "-20.96666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4275"^^xsd:integer ;
  dwc:maximumDepthInMeters "4275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.283333333499996 -20.96666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "37.283333333499996"^^xsd:decimal ;
  geo-pos:long "-20.96666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2753'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-20.966666666667'^^xsd:double;
  dwc:startLongitude '-20.93333'^^xsd:double;
  dwc:endLongitude '-21'^^xsd:integer;
  dwc:latitude '37.2833333335'^^xsd:double;
  dwc:startLatitude '37.26667'^^xsd:double;
  dwc:endLatitude '37.3'^^xsd:double;
  dwc:minimumDepth '4275'^^xsd:integer;
  dwc:maximumDepth '4275'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2753'^^xsd:string;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.9 -20.8020833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.9"^^xsd:decimal ;
  dwc:decimalLongitude "-20.8020833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4400"^^xsd:integer ;
  dwc:maximumDepthInMeters "4400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.9 -20.8020833333333)"^^geo:wktLiteral ;
  geo-pos:lat "36.9"^^xsd:decimal ;
  geo-pos:long "-20.8020833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2730'^^xsd:string;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-20.802083333333'^^xsd:double;
  dwc:startLongitude '-20.77083'^^xsd:double;
  dwc:endLongitude '-20.83333'^^xsd:double;
  dwc:latitude '36.9'^^xsd:double;
  dwc:startLatitude '36.9'^^xsd:double;
  dwc:endLatitude '36.9'^^xsd:double;
  dwc:minimumDepth '4400'^^xsd:integer;
  dwc:maximumDepth '4400'^^xsd:integer;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2730'^^xsd:string;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.833333333333336 -20.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-20.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.833333333333336 -20.3)"^^geo:wktLiteral ;
  geo-pos:lat "39.833333333333336"^^xsd:decimal ;
  geo-pos:long "-20.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3744'^^xsd:string;
  dwc:scientificName 'Laevicordia smidti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:longitude '-20.3'^^xsd:double;
  dwc:latitude '39.833333333333'^^xsd:double;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:aphiaid '405980'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3744'^^xsd:string;
  dwc:observationDate '1896-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405968'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 -19.333333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.25"^^xsd:decimal ;
  dwc:decimalLongitude "-19.333333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4165"^^xsd:integer ;
  dwc:maximumDepthInMeters "4165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 -19.333333333333332)"^^geo:wktLiteral ;
  geo-pos:lat "43.25"^^xsd:decimal ;
  geo-pos:long "-19.333333333333332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3718'^^xsd:string;
  dwc:scientificName 'Cetoconcha transversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-19.333333333333'^^xsd:double;
  dwc:latitude '43.25'^^xsd:double;
  dwc:minimumDepth '4165'^^xsd:integer;
  dwc:maximumDepth '4165'^^xsd:integer;
  dwc:aphiaid '408678'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3718'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408678'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 -19.333333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.25"^^xsd:decimal ;
  dwc:decimalLongitude "-19.333333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4165"^^xsd:integer ;
  dwc:maximumDepthInMeters "4165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 -19.333333333333332)"^^geo:wktLiteral ;
  geo-pos:lat "43.25"^^xsd:decimal ;
  geo-pos:long "-19.333333333333332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3725'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-19.333333333333'^^xsd:double;
  dwc:latitude '43.25'^^xsd:double;
  dwc:minimumDepth '4165'^^xsd:integer;
  dwc:maximumDepth '4165'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3725'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.866666666499995 -18.775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.866666666499995"^^xsd:decimal ;
  dwc:decimalLongitude "-18.775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.866666666499995 -18.775)"^^geo:wktLiteral ;
  geo-pos:lat "39.866666666499995"^^xsd:decimal ;
  geo-pos:long "-18.775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2745'^^xsd:string;
  dwc:scientificName 'Limopsis galatheae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:longitude '-18.775'^^xsd:double;
  dwc:startLongitude '-18.7'^^xsd:double;
  dwc:endLongitude '-18.85'^^xsd:double;
  dwc:latitude '39.8666666665'^^xsd:double;
  dwc:startLatitude '39.83333'^^xsd:double;
  dwc:endLatitude '39.9'^^xsd:double;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2745'^^xsd:string;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.866666666499995 -18.775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.866666666499995"^^xsd:decimal ;
  dwc:decimalLongitude "-18.775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4360"^^xsd:integer ;
  dwc:maximumDepthInMeters "4360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.866666666499995 -18.775)"^^geo:wktLiteral ;
  geo-pos:lat "39.866666666499995"^^xsd:decimal ;
  geo-pos:long "-18.775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2748'^^xsd:string;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:longitude '-18.775'^^xsd:double;
  dwc:startLongitude '-18.7'^^xsd:double;
  dwc:endLongitude '-18.85'^^xsd:double;
  dwc:latitude '39.8666666665'^^xsd:double;
  dwc:startLatitude '39.83333'^^xsd:double;
  dwc:endLatitude '39.9'^^xsd:double;
  dwc:minimumDepth '4360'^^xsd:integer;
  dwc:maximumDepth '4360'^^xsd:integer;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2748'^^xsd:string;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.916666666666664 -17.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-17.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2420"^^xsd:integer ;
  dwc:maximumDepthInMeters "2420"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.916666666666664 -17.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "53.916666666666664"^^xsd:decimal ;
  geo-pos:long "-17.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3320'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-17.883333333333'^^xsd:double;
  dwc:latitude '53.916666666667'^^xsd:double;
  dwc:minimumDepth '2420'^^xsd:integer;
  dwc:maximumDepth '2420'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3320'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3293'^^xsd:string;
  dwc:scientificName 'Mysella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '595608'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3293'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156987'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2896'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2896'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3245'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3245'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2863'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2863'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2816'^^xsd:string;
  dwc:scientificName 'Pectinidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '213'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2816'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2351'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2351'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3319'^^xsd:string;
  dwc:scientificName 'Vesicomya abyssicola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '464333'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3319'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '464333'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3736'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3736'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3742'^^xsd:string;
  dwc:scientificName 'Laevicordia horrida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '406008'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3742'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '505158'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3745'^^xsd:string;
  dwc:scientificName 'Laevicordia smidti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '405980'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3745'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405968'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3749'^^xsd:string;
  dwc:scientificName 'Lyonsiella perplexa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '406055'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3749'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '406055'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3753'^^xsd:string;
  dwc:scientificName 'Lyonsiella subquadrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '141951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3753'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3778'^^xsd:string;
  dwc:scientificName 'Policordia insolita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '405960'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3778'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405960'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3815'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3815'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2483'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2483'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2959'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2959'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1993'^^xsd:string;
  dwc:scientificName 'Ledella acinula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '506306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1993'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2024'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2024'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1977'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1977'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2514'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2514'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3458'^^xsd:string;
  dwc:scientificName 'Cardiomya costellata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '139433'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3458'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3469'^^xsd:string;
  dwc:scientificName 'Cuspidaria atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '748288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3469'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '748288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3059'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3059'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1715'^^xsd:string;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1715'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2100'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2100'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2737'^^xsd:string;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2737'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2942'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2942'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1917'^^xsd:string;
  dwc:scientificName 'Neilonella championi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '506245'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1917'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '746909'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1943'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1943'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3563'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3563'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3678'^^xsd:string;
  dwc:scientificName 'Tropidomya abbreviata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '139470'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3678'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139470'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3149'^^xsd:string;
  dwc:scientificName 'Thyasira atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '533496'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3149'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3784'^^xsd:string;
  dwc:scientificName 'Policordia laevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '508019'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3784'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '508019'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2202'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2202'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2175'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2175'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2227'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2227'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3359'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3359'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1714'^^xsd:string;
  dwc:scientificName 'Nucula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '138262'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1714'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138262'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3014'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3014'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3452'^^xsd:string;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3452'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3224'^^xsd:string;
  dwc:scientificName 'Thyasira succisa atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Thyasira succisa atlantica is a homonym of Thyasira (Parathyasira) atlantica Payne et Allen, 1991'^^xsd:string;
  dwc:aphiaid '815960'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3224'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141677'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2722'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2722'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2746'^^xsd:string;
  dwc:scientificName 'Limopsis galatheae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2746'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3125'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3125'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3145'^^xsd:string;
  dwc:scientificName 'Mendicula transversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '815953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3145'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '851923'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3151'^^xsd:string;
  dwc:scientificName 'Thyasira biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '141656'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3151'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2693'^^xsd:string;
  dwc:scientificName 'Mytilidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '211'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2693'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '211'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3599'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3599'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3672'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3672'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3697'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) simplis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '406451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3697'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139467'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3684'^^xsd:string;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3684'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2310'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2310'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1768'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1768'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.851944444444445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.851944444444445)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.851944444444445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1606'^^xsd:string;
  dwc:scientificName 'Brevinucula verrillii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.851944444444'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1606'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.733333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.733333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4632"^^xsd:integer ;
  dwc:maximumDepthInMeters "4632"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71666666666667 -17.733333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.71666666666667"^^xsd:decimal ;
  geo-pos:long "-17.733333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1605'^^xsd:string;
  dwc:scientificName 'Brevinucula verrillii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-17.733333333333'^^xsd:double;
  dwc:latitude '50.716666666667'^^xsd:double;
  dwc:minimumDepth '4632'^^xsd:integer;
  dwc:maximumDepth '4632'^^xsd:integer;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1605'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.333333333333336 -17.1833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.1833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.333333333333336 -17.1833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.333333333333336"^^xsd:decimal ;
  geo-pos:long "-17.1833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1806'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-17.183333333333'^^xsd:double;
  dwc:latitude '44.333333333333'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4255'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1806'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.333333333333336 -17.1833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.1833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.333333333333336 -17.1833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.333333333333336"^^xsd:decimal ;
  geo-pos:long "-17.1833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3788'^^xsd:string;
  dwc:scientificName 'Spinosipella acuticostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-17.183333333333'^^xsd:double;
  dwc:latitude '44.333333333333'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4255'^^xsd:integer;
  dwc:aphiaid '403944'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3788'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.333333333333336 -17.1833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.1833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.333333333333336 -17.1833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.333333333333336"^^xsd:decimal ;
  geo-pos:long "-17.1833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2935'^^xsd:string;
  dwc:scientificName 'Propeamussium lucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-17.183333333333'^^xsd:double;
  dwc:latitude '44.333333333333'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4255'^^xsd:integer;
  dwc:aphiaid '140714'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2935'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140714'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.333333333333336 -17.1833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.1833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4255"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.333333333333336 -17.1833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.333333333333336"^^xsd:decimal ;
  geo-pos:long "-17.1833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2764'^^xsd:string;
  dwc:scientificName 'Delectopecten vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-17.183333333333'^^xsd:double;
  dwc:latitude '44.333333333333'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4255'^^xsd:integer;
  dwc:aphiaid '140702'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2764'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916666666666668 -16.416666666666668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.916666666666668"^^xsd:decimal ;
  dwc:decimalLongitude "-16.416666666666668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3850"^^xsd:integer ;
  dwc:maximumDepthInMeters "3850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916666666666668 -16.416666666666668)"^^geo:wktLiteral ;
  geo-pos:lat "29.916666666666668"^^xsd:decimal ;
  geo-pos:long "-16.416666666666668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3764'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-16.416666666667'^^xsd:double;
  dwc:latitude '29.916666666667'^^xsd:double;
  dwc:minimumDepth '3850'^^xsd:integer;
  dwc:maximumDepth '3850'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3764'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916666666666668 -16.416666666666668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.916666666666668"^^xsd:decimal ;
  dwc:decimalLongitude "-16.416666666666668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3850"^^xsd:integer ;
  dwc:maximumDepthInMeters "3850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916666666666668 -16.416666666666668)"^^geo:wktLiteral ;
  geo-pos:lat "29.916666666666668"^^xsd:decimal ;
  geo-pos:long "-16.416666666666668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1615'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-16.416666666667'^^xsd:double;
  dwc:latitude '29.916666666667'^^xsd:double;
  dwc:minimumDepth '3850'^^xsd:integer;
  dwc:maximumDepth '3850'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1615'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916666666666668 -16.416666666666668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.916666666666668"^^xsd:decimal ;
  dwc:decimalLongitude "-16.416666666666668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3850"^^xsd:integer ;
  dwc:maximumDepthInMeters "3850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916666666666668 -16.416666666666668)"^^geo:wktLiteral ;
  geo-pos:lat "29.916666666666668"^^xsd:decimal ;
  geo-pos:long "-16.416666666666668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2762'^^xsd:string;
  dwc:scientificName 'Delectopecten vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-16.416666666667'^^xsd:double;
  dwc:latitude '29.916666666667'^^xsd:double;
  dwc:minimumDepth '3850'^^xsd:integer;
  dwc:maximumDepth '3850'^^xsd:integer;
  dwc:aphiaid '140702'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2762'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1813'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1813'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2862'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2862'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2865'^^xsd:string;
  dwc:scientificName 'Cyclopecten sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '138317'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2865'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138317'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3814'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3814'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2958'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2958'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1733'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1733'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1738'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1738'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3358'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3358'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1942'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1942'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3562'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3562'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2226'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2226'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2941'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2941'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3092'^^xsd:string;
  dwc:scientificName 'Mendicula carrozae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '533087'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3092'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533087'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2842'^^xsd:string;
  dwc:scientificName 'Catillopecten sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '196008'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2842'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196008'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2174'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2174'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2309'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2309'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06861111111112"^^xsd:decimal ;
  dwc:decimalLongitude "-15.735555555555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4426"^^xsd:integer ;
  dwc:maximumDepthInMeters "4435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06861111111112 -15.735555555555555)"^^geo:wktLiteral ;
  geo-pos:lat "50.06861111111112"^^xsd:decimal ;
  geo-pos:long "-15.735555555555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1767'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-15.735555555556'^^xsd:double;
  dwc:latitude '50.068611111111'^^xsd:double;
  dwc:minimumDepth '4426'^^xsd:integer;
  dwc:maximumDepth '4435'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1767'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2335'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2335'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2859'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2859'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2832'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2832'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2886'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2886'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1938'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1938'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2550'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2550'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2143'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2143'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2263'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2263'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2466'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2466'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2503'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2503'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1989'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1989'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1999'^^xsd:string;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.383333333333'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1999'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2330'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.266666666667'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2330'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1991'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.266666666667'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1991'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1971'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.266666666667'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1971'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2497'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.266666666667'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2497'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2468'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.266666666667'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2468'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2145'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.266666666667'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2145'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2262'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.266666666667'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2262'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.333333333333336"^^xsd:decimal ;
  geo-pos:long "-15.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2344'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.233333333333'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2344'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.333333333333336"^^xsd:decimal ;
  geo-pos:long "-15.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1988'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.233333333333'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1988'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.333333333333336"^^xsd:decimal ;
  geo-pos:long "-15.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1990'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.233333333333'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1990'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.333333333333336"^^xsd:decimal ;
  geo-pos:long "-15.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2467'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.233333333333'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2467'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.333333333333336"^^xsd:decimal ;
  geo-pos:long "-15.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2144'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.233333333333'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2144'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.333333333333336"^^xsd:decimal ;
  geo-pos:long "-15.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2261'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.233333333333'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2261'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.333333333333336"^^xsd:decimal ;
  geo-pos:long "-15.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1970'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.233333333333'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1970'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-15.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.333333333333336 -15.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.333333333333336"^^xsd:decimal ;
  geo-pos:long "-15.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2142'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.233333333333'^^xsd:double;
  dwc:latitude '48.333333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2142'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3 -15.216666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3"^^xsd:decimal ;
  dwc:decimalLongitude "-15.216666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3 -15.216666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "48.3"^^xsd:decimal ;
  geo-pos:long "-15.216666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2860'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.216666666667'^^xsd:double;
  dwc:latitude '48.3'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2860'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3 -15.216666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3"^^xsd:decimal ;
  dwc:decimalLongitude "-15.216666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4829"^^xsd:integer ;
  dwc:maximumDepthInMeters "4829"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3 -15.216666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "48.3"^^xsd:decimal ;
  geo-pos:long "-15.216666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2146'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.216666666667'^^xsd:double;
  dwc:latitude '48.3'^^xsd:double;
  dwc:minimumDepth '4829'^^xsd:integer;
  dwc:maximumDepth '4829'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2146'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2340'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2340'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3715'^^xsd:string;
  dwc:scientificName 'Protocuspidaria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '137861'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3715'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137861'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1969'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1969'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3406'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3406'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2465'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2465'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2643'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2643'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3147'^^xsd:string;
  dwc:scientificName 'Mendicula transversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '815953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3147'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '851923'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3152'^^xsd:string;
  dwc:scientificName 'Thyasira biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '141656'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3152'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3047'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3047'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2501'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2501'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31666666666667 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.31666666666667"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3194'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.316666666667'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3194'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "48.43333333333333"^^xsd:decimal ;
  geo-pos:long "-15.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2549'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.166666666667'^^xsd:double;
  dwc:latitude '48.433333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2549'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "48.43333333333333"^^xsd:decimal ;
  geo-pos:long "-15.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1987'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.166666666667'^^xsd:double;
  dwc:latitude '48.433333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1987'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "48.43333333333333"^^xsd:decimal ;
  geo-pos:long "-15.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2464'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.166666666667'^^xsd:double;
  dwc:latitude '48.433333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2464'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "48.43333333333333"^^xsd:decimal ;
  geo-pos:long "-15.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2141'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.166666666667'^^xsd:double;
  dwc:latitude '48.433333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2141'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4823"^^xsd:integer ;
  dwc:maximumDepthInMeters "4823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.43333333333333 -15.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "48.43333333333333"^^xsd:decimal ;
  geo-pos:long "-15.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1937'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-15.166666666667'^^xsd:double;
  dwc:latitude '48.433333333333'^^xsd:double;
  dwc:minimumDepth '4823'^^xsd:integer;
  dwc:maximumDepth '4823'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1937'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1812'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1812'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3244'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3244'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2023'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2023'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3058'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3058'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3144'^^xsd:string;
  dwc:scientificName 'Mendicula transversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '815953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3144'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '851923'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2173'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2173'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1941'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1941'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3357'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3357'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2957'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2957'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1732'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1732'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1737'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1737'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2513'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2513'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3561'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3561'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3598'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3598'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2308'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2308'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3846666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3859"^^xsd:integer ;
  dwc:maximumDepthInMeters "3859"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666666666 -14.3846666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.2166666666666"^^xsd:decimal ;
  geo-pos:long "-14.3846666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2225'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.384666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '3859'^^xsd:integer;
  dwc:maximumDepth '3859'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2225'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3291'^^xsd:string;
  dwc:scientificName 'Mysella verrilli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '181335'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3291'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '751352'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3292'^^xsd:string;
  dwc:scientificName 'Mysella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '595608'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3292'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156987'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3265'^^xsd:string;
  dwc:scientificName 'Mysella verrilli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '181335'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3265'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '751352'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3266'^^xsd:string;
  dwc:scientificName 'Mysella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '595608'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3266'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156987'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1871'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1871'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2423'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2423'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3242'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3242'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3812'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3812'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2956'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2956'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3091'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3091'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2986'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2986'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3012'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3012'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2095'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2095'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1730'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1730'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1735'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1735'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3560'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3560'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3649'^^xsd:string;
  dwc:scientificName 'Rhinoclama abrupta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '408107'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3649'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408107'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3696'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) simplis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '406451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3696'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139467'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3123'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3123'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3192'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3192'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2200'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2200'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3354'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3354'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1651'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1651'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2511'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2511'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3057'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3057'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3457'^^xsd:string;
  dwc:scientificName 'Cardiomya costellata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '139433'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3457'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3220'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3220'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2670'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2670'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3679'^^xsd:string;
  dwc:scientificName 'Halonympha atlanta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '408164'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3679'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408164'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2506"^^xsd:integer ;
  dwc:maximumDepthInMeters "2506"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06666666666667 -14.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.06666666666667"^^xsd:decimal ;
  geo-pos:long "-14.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1602'^^xsd:string;
  dwc:scientificName 'Brevinucula verrillii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.383333333333'^^xsd:double;
  dwc:latitude '50.066666666667'^^xsd:double;
  dwc:minimumDepth '2506'^^xsd:integer;
  dwc:maximumDepth '2506'^^xsd:integer;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1602'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -14.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1"^^xsd:decimal ;
  dwc:decimalLongitude "-14.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3822"^^xsd:integer ;
  dwc:maximumDepthInMeters "3846"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -14.333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.1"^^xsd:decimal ;
  geo-pos:long "-14.333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3356'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.333333333333'^^xsd:double;
  dwc:latitude '50.1'^^xsd:double;
  dwc:minimumDepth '3822'^^xsd:integer;
  dwc:maximumDepth '3846'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3356'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -14.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1"^^xsd:decimal ;
  dwc:decimalLongitude "-14.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3822"^^xsd:integer ;
  dwc:maximumDepthInMeters "3846"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -14.333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.1"^^xsd:decimal ;
  geo-pos:long "-14.333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3597'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.333333333333'^^xsd:double;
  dwc:latitude '50.1'^^xsd:double;
  dwc:minimumDepth '3822'^^xsd:integer;
  dwc:maximumDepth '3846'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3597'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -14.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1"^^xsd:decimal ;
  dwc:decimalLongitude "-14.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3822"^^xsd:integer ;
  dwc:maximumDepthInMeters "3846"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -14.333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.1"^^xsd:decimal ;
  geo-pos:long "-14.333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3671'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.333333333333'^^xsd:double;
  dwc:latitude '50.1'^^xsd:double;
  dwc:minimumDepth '3822'^^xsd:integer;
  dwc:maximumDepth '3846'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3671'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -14.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1"^^xsd:decimal ;
  dwc:decimalLongitude "-14.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3822"^^xsd:integer ;
  dwc:maximumDepthInMeters "3846"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -14.333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.1"^^xsd:decimal ;
  geo-pos:long "-14.333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3714'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-14.333333333333'^^xsd:double;
  dwc:latitude '50.1'^^xsd:double;
  dwc:minimumDepth '3822'^^xsd:integer;
  dwc:maximumDepth '3846'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3714'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1811'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1811'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2895'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2895'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3243'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3243'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2864'^^xsd:string;
  dwc:scientificName 'Cyclopecten sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '138317'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2864'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138317'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2425'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2425'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3719'^^xsd:string;
  dwc:scientificName 'Cetoconcha sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '138372'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3719'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138372'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3801'^^xsd:string;
  dwc:scientificName 'Verticordia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '138656'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3801'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138656'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2350'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2350'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3318'^^xsd:string;
  dwc:scientificName '''Kelliella  sp. sp.
'''^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '138093'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3318'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138093'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3741'^^xsd:string;
  dwc:scientificName 'Poromya sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '138373'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3741'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138373'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3813'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3813'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2512'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2512'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3013'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3013'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2099'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2099'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1748'^^xsd:string;
  dwc:scientificName 'Bathyspinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '506286'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1748'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2940'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2940'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1940'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1940'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3596'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3596'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2721'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2721'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3143'^^xsd:string;
  dwc:scientificName 'Mendicula transversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '815953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3143'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '851923'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2224'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2224'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2022'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2022'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2307'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2307'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13583333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.835833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3338"^^xsd:integer ;
  dwc:maximumDepthInMeters "3356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13583333333333 -13.835833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.13583333333333"^^xsd:decimal ;
  geo-pos:long "-13.835833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1604'^^xsd:string;
  dwc:scientificName 'Brevinucula verrillii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.835833333333'^^xsd:double;
  dwc:latitude '50.135833333333'^^xsd:double;
  dwc:minimumDepth '3338'^^xsd:integer;
  dwc:maximumDepth '3356'^^xsd:integer;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1604'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.55"^^xsd:decimal ;
  dwc:decimalLongitude "-13.61666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.55"^^xsd:decimal ;
  geo-pos:long "-13.61666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3274'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-13.616666666667'^^xsd:double;
  dwc:startLongitude '-13.65'^^xsd:double;
  dwc:endLongitude '-13.58333'^^xsd:double;
  dwc:latitude '73.55'^^xsd:double;
  dwc:startLatitude '73.6'^^xsd:double;
  dwc:endLatitude '73.5'^^xsd:double;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3274'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.55"^^xsd:decimal ;
  dwc:decimalLongitude "-13.61666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.55"^^xsd:decimal ;
  geo-pos:long "-13.61666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2787'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-13.616666666667'^^xsd:double;
  dwc:startLongitude '-13.65'^^xsd:double;
  dwc:endLongitude '-13.58333'^^xsd:double;
  dwc:latitude '73.55'^^xsd:double;
  dwc:startLatitude '73.6'^^xsd:double;
  dwc:endLatitude '73.5'^^xsd:double;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2787'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.55"^^xsd:decimal ;
  dwc:decimalLongitude "-13.61666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.55"^^xsd:decimal ;
  geo-pos:long "-13.61666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3302'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-13.616666666667'^^xsd:double;
  dwc:startLongitude '-13.65'^^xsd:double;
  dwc:endLongitude '-13.58333'^^xsd:double;
  dwc:latitude '73.55'^^xsd:double;
  dwc:startLatitude '73.6'^^xsd:double;
  dwc:endLatitude '73.5'^^xsd:double;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3302'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.55"^^xsd:decimal ;
  dwc:decimalLongitude "-13.61666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.55"^^xsd:decimal ;
  geo-pos:long "-13.61666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3481'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-13.616666666667'^^xsd:double;
  dwc:startLongitude '-13.65'^^xsd:double;
  dwc:endLongitude '-13.58333'^^xsd:double;
  dwc:latitude '73.55'^^xsd:double;
  dwc:startLatitude '73.6'^^xsd:double;
  dwc:endLatitude '73.5'^^xsd:double;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3481'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.55"^^xsd:decimal ;
  dwc:decimalLongitude "-13.61666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.55"^^xsd:decimal ;
  geo-pos:long "-13.61666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2708'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-13.616666666667'^^xsd:double;
  dwc:startLongitude '-13.65'^^xsd:double;
  dwc:endLongitude '-13.58333'^^xsd:double;
  dwc:latitude '73.55'^^xsd:double;
  dwc:startLatitude '73.6'^^xsd:double;
  dwc:endLatitude '73.5'^^xsd:double;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2708'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.55"^^xsd:decimal ;
  dwc:decimalLongitude "-13.61666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.55"^^xsd:decimal ;
  geo-pos:long "-13.61666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3138'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-13.616666666667'^^xsd:double;
  dwc:startLongitude '-13.65'^^xsd:double;
  dwc:endLongitude '-13.58333'^^xsd:double;
  dwc:latitude '73.55'^^xsd:double;
  dwc:startLatitude '73.6'^^xsd:double;
  dwc:endLatitude '73.5'^^xsd:double;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3138'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.55"^^xsd:decimal ;
  dwc:decimalLongitude "-13.61666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2470"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55 -13.61666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.55"^^xsd:decimal ;
  geo-pos:long "-13.61666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2187'^^xsd:string;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-13.616666666667'^^xsd:double;
  dwc:startLongitude '-13.65'^^xsd:double;
  dwc:endLongitude '-13.58333'^^xsd:double;
  dwc:latitude '73.55'^^xsd:double;
  dwc:startLatitude '73.6'^^xsd:double;
  dwc:endLatitude '73.5'^^xsd:double;
  dwc:minimumDepth '2470'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2187'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1810'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1810'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2424'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2424'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3231'^^xsd:string;
  dwc:scientificName 'Thyasira succisa succisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '815961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3231'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1652'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1652'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2021'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2021'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3468'^^xsd:string;
  dwc:scientificName 'Cuspidaria atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '748288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3468'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '748288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2841'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2841'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1731'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1731'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1736'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1736'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3355'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3355'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2671'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2671'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3124'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3124'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3193'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3193'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2165'^^xsd:string;
  dwc:scientificName 'Lametila abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '506199'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2165'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506199'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2223'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2223'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2930'^^xsd:string;
  dwc:scientificName 'Parvamussium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '181286'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2930'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181286'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2098'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2098'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1976'^^xsd:string;
  dwc:scientificName 'Neilonella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '138246'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1976'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138246'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2987'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2987'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3515'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3515'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2201'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2201'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.200833333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585555555555556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2868"^^xsd:integer ;
  dwc:maximumDepthInMeters "2890"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.200833333333335 -13.585555555555556)"^^geo:wktLiteral ;
  geo-pos:lat "50.200833333333335"^^xsd:decimal ;
  geo-pos:long "-13.585555555555556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1603'^^xsd:string;
  dwc:scientificName 'Brevinucula verrillii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.585555555556'^^xsd:double;
  dwc:latitude '50.200833333333'^^xsd:double;
  dwc:minimumDepth '2868'^^xsd:integer;
  dwc:maximumDepth '2890'^^xsd:integer;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1603'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13333333333333 -13.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2299"^^xsd:integer ;
  dwc:maximumDepthInMeters "2299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13333333333333 -13.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.13333333333333"^^xsd:decimal ;
  geo-pos:long "-13.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3762'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-13.566666666667'^^xsd:double;
  dwc:latitude '56.133333333333'^^xsd:double;
  dwc:minimumDepth '2299'^^xsd:integer;
  dwc:maximumDepth '2299'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3762'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13333333333333 -13.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2299"^^xsd:integer ;
  dwc:maximumDepthInMeters "2299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13333333333333 -13.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.13333333333333"^^xsd:decimal ;
  geo-pos:long "-13.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1723'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-13.566666666667'^^xsd:double;
  dwc:latitude '56.133333333333'^^xsd:double;
  dwc:minimumDepth '2299'^^xsd:integer;
  dwc:maximumDepth '2299'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1723'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13333333333333 -13.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2299"^^xsd:integer ;
  dwc:maximumDepthInMeters "2299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13333333333333 -13.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.13333333333333"^^xsd:decimal ;
  geo-pos:long "-13.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1905'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-13.566666666667'^^xsd:double;
  dwc:latitude '56.133333333333'^^xsd:double;
  dwc:minimumDepth '2299'^^xsd:integer;
  dwc:maximumDepth '2299'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1905'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13333333333333 -13.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2299"^^xsd:integer ;
  dwc:maximumDepthInMeters "2299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13333333333333 -13.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.13333333333333"^^xsd:decimal ;
  geo-pos:long "-13.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2476'^^xsd:string;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-13.566666666667'^^xsd:double;
  dwc:latitude '56.133333333333'^^xsd:double;
  dwc:minimumDepth '2299'^^xsd:integer;
  dwc:maximumDepth '2299'^^xsd:integer;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2476'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -13.5333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4975"^^xsd:integer ;
  dwc:maximumDepthInMeters "5005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -13.5333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.483333333333334"^^xsd:decimal ;
  geo-pos:long "-13.5333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3572'^^xsd:string;
  dwc:scientificName 'Cuspidaria undata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-13.533333333333'^^xsd:double;
  dwc:latitude '44.483333333333'^^xsd:double;
  dwc:minimumDepth '4975'^^xsd:integer;
  dwc:maximumDepth '5005'^^xsd:integer;
  dwc:aphiaid '156773'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3572'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3738'^^xsd:string;
  dwc:scientificName 'Poromya granulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '543092'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3738'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408618'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2037'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2037'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3046'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3046'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1742'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1742'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2544'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2544'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1762'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1762'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2460'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2460'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3378'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3378'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2688'^^xsd:string;
  dwc:scientificName 'Dacrydium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '138217'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2688'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138217'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2743'^^xsd:string;
  dwc:scientificName 'Limopsis cristata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '140253'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2743'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '871910'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3120'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3120'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1903'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1903'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3006'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3006'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2719"^^xsd:integer ;
  dwc:maximumDepthInMeters "2719"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21666666666667 -13.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.21666666666667"^^xsd:decimal ;
  geo-pos:long "-13.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3217'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.266666666667'^^xsd:double;
  dwc:latitude '50.216666666667'^^xsd:double;
  dwc:minimumDepth '2719'^^xsd:integer;
  dwc:maximumDepth '2719'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3217'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2644"^^xsd:integer ;
  dwc:maximumDepthInMeters "2644"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2829'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:minimumDepth '2644'^^xsd:integer;
  dwc:maximumDepth '2644'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2829'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2644"^^xsd:integer ;
  dwc:maximumDepthInMeters "2644"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2590'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:minimumDepth '2644'^^xsd:integer;
  dwc:maximumDepth '2644'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2590'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2644"^^xsd:integer ;
  dwc:maximumDepthInMeters "2644"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2089'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:minimumDepth '2644'^^xsd:integer;
  dwc:maximumDepth '2644'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2089'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2644"^^xsd:integer ;
  dwc:maximumDepthInMeters "2644"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2459'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:minimumDepth '2644'^^xsd:integer;
  dwc:maximumDepth '2644'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2459'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2644"^^xsd:integer ;
  dwc:maximumDepthInMeters "2644"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1705'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:minimumDepth '2644'^^xsd:integer;
  dwc:maximumDepth '2644'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1705'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2644"^^xsd:integer ;
  dwc:maximumDepthInMeters "2644"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2669'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:minimumDepth '2644'^^xsd:integer;
  dwc:maximumDepth '2644'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2669'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2644"^^xsd:integer ;
  dwc:maximumDepthInMeters "2644"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2035'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:minimumDepth '2644'^^xsd:integer;
  dwc:maximumDepth '2644'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2035'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2644"^^xsd:integer ;
  dwc:maximumDepthInMeters "2644"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2545'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:minimumDepth '2644'^^xsd:integer;
  dwc:maximumDepth '2644'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2545'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "53.5"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1675'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '53.5'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1675'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31777777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2634"^^xsd:integer ;
  dwc:maximumDepthInMeters "2634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.31777777777778"^^xsd:decimal ;
  geo-pos:long "-13.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1935'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.317777777778'^^xsd:double;
  dwc:minimumDepth '2634'^^xsd:integer;
  dwc:maximumDepth '2634'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1935'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31777777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2634"^^xsd:integer ;
  dwc:maximumDepthInMeters "2634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.31777777777778"^^xsd:decimal ;
  geo-pos:long "-13.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2038'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.317777777778'^^xsd:double;
  dwc:minimumDepth '2634'^^xsd:integer;
  dwc:maximumDepth '2634'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2038'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31777777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2634"^^xsd:integer ;
  dwc:maximumDepthInMeters "2634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.31777777777778"^^xsd:decimal ;
  geo-pos:long "-13.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2591'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.317777777778'^^xsd:double;
  dwc:minimumDepth '2634'^^xsd:integer;
  dwc:maximumDepth '2634'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2591'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31777777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2634"^^xsd:integer ;
  dwc:maximumDepthInMeters "2634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.31777777777778"^^xsd:decimal ;
  geo-pos:long "-13.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2546'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.317777777778'^^xsd:double;
  dwc:minimumDepth '2634'^^xsd:integer;
  dwc:maximumDepth '2634'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2546'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31777777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2634"^^xsd:integer ;
  dwc:maximumDepthInMeters "2634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.31777777777778"^^xsd:decimal ;
  geo-pos:long "-13.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2302'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.317777777778'^^xsd:double;
  dwc:minimumDepth '2634'^^xsd:integer;
  dwc:maximumDepth '2634'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2302'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31777777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2634"^^xsd:integer ;
  dwc:maximumDepthInMeters "2634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.31777777777778"^^xsd:decimal ;
  geo-pos:long "-13.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2461'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.317777777778'^^xsd:double;
  dwc:minimumDepth '2634'^^xsd:integer;
  dwc:maximumDepth '2634'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2461'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31777777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2634"^^xsd:integer ;
  dwc:maximumDepthInMeters "2634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.31777777777778"^^xsd:decimal ;
  geo-pos:long "-13.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2091'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.317777777778'^^xsd:double;
  dwc:minimumDepth '2634'^^xsd:integer;
  dwc:maximumDepth '2634'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2091'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31777777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-13.166666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2634"^^xsd:integer ;
  dwc:maximumDepthInMeters "2634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31777777777778 -13.166666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "50.31777777777778"^^xsd:decimal ;
  geo-pos:long "-13.166666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1968'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.166666666667'^^xsd:double;
  dwc:latitude '50.317777777778'^^xsd:double;
  dwc:minimumDepth '2634'^^xsd:integer;
  dwc:maximumDepth '2634'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1968'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2544"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.31666666666667"^^xsd:decimal ;
  geo-pos:long "-13.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2831'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.116666666667'^^xsd:double;
  dwc:latitude '50.316666666667'^^xsd:double;
  dwc:minimumDepth '2544'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2831'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2544"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.31666666666667"^^xsd:decimal ;
  geo-pos:long "-13.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2596'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.116666666667'^^xsd:double;
  dwc:latitude '50.316666666667'^^xsd:double;
  dwc:minimumDepth '2544'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2596'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2544"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.31666666666667"^^xsd:decimal ;
  geo-pos:long "-13.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2547'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.116666666667'^^xsd:double;
  dwc:latitude '50.316666666667'^^xsd:double;
  dwc:minimumDepth '2544'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2547'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2544"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.31666666666667"^^xsd:decimal ;
  geo-pos:long "-13.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2092'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.116666666667'^^xsd:double;
  dwc:latitude '50.316666666667'^^xsd:double;
  dwc:minimumDepth '2544'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2092'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2544"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31666666666667 -13.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.31666666666667"^^xsd:decimal ;
  geo-pos:long "-13.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2462'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-13.116666666667'^^xsd:double;
  dwc:latitude '50.316666666667'^^xsd:double;
  dwc:minimumDepth '2544'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2462'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1870'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1870'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2422'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2422'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3800'^^xsd:string;
  dwc:scientificName 'Verticordia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '138656'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3800'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138656'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3760'^^xsd:string;
  dwc:scientificName 'Policordia densicostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '141952'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3760'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141952'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1617'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1617'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2770'^^xsd:string;
  dwc:scientificName 'Delectopecten sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '138318'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2770'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138318'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1650'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1650'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2510'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2510'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3450'^^xsd:string;
  dwc:scientificName 'Thracia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3450'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2564'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2564'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3056'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3056'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3353'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3353'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2280'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2280'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2210'^^xsd:string;
  dwc:scientificName 'Microgloma yongei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '506521'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2210'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506521'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2214'^^xsd:string;
  dwc:scientificName 'Microgloma sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '138670'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2214'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138670'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1922'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1922'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2094'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2094'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1729'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1729'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1734'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1734'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2985'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2985'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3559'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3559'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2199'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2199'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0266666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2173"^^xsd:integer ;
  dwc:maximumDepthInMeters "2173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0833333333333 -13.0266666666666)"^^geo:wktLiteral ;
  geo-pos:lat "51.0833333333333"^^xsd:decimal ;
  geo-pos:long "-13.0266666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2767'^^xsd:string;
  dwc:scientificName 'Delectopecten vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-13.026666666667'^^xsd:double;
  dwc:latitude '51.083333333333'^^xsd:double;
  dwc:minimumDepth '2173'^^xsd:integer;
  dwc:maximumDepth '2173'^^xsd:integer;
  dwc:aphiaid '140702'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2767'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-12.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2498"^^xsd:integer ;
  dwc:maximumDepthInMeters "2502"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.333333333333336"^^xsd:decimal ;
  geo-pos:long "-12.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2858'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.933333333333'^^xsd:double;
  dwc:latitude '50.333333333333'^^xsd:double;
  dwc:minimumDepth '2498'^^xsd:integer;
  dwc:maximumDepth '2502'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2858'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-12.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2498"^^xsd:integer ;
  dwc:maximumDepthInMeters "2502"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.333333333333336"^^xsd:decimal ;
  geo-pos:long "-12.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1936'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.933333333333'^^xsd:double;
  dwc:latitude '50.333333333333'^^xsd:double;
  dwc:minimumDepth '2498'^^xsd:integer;
  dwc:maximumDepth '2502'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1936'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-12.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2498"^^xsd:integer ;
  dwc:maximumDepthInMeters "2502"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.333333333333336"^^xsd:decimal ;
  geo-pos:long "-12.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2597'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.933333333333'^^xsd:double;
  dwc:latitude '50.333333333333'^^xsd:double;
  dwc:minimumDepth '2498'^^xsd:integer;
  dwc:maximumDepth '2502'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2597'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-12.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2498"^^xsd:integer ;
  dwc:maximumDepthInMeters "2502"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.333333333333336"^^xsd:decimal ;
  geo-pos:long "-12.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2093'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.933333333333'^^xsd:double;
  dwc:latitude '50.333333333333'^^xsd:double;
  dwc:minimumDepth '2498'^^xsd:integer;
  dwc:maximumDepth '2502'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2093'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-12.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2498"^^xsd:integer ;
  dwc:maximumDepthInMeters "2502"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.333333333333336"^^xsd:decimal ;
  geo-pos:long "-12.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2463'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.933333333333'^^xsd:double;
  dwc:latitude '50.333333333333'^^xsd:double;
  dwc:minimumDepth '2498'^^xsd:integer;
  dwc:maximumDepth '2502'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2463'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-12.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2498"^^xsd:integer ;
  dwc:maximumDepthInMeters "2502"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333333333336 -12.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "50.333333333333336"^^xsd:decimal ;
  geo-pos:long "-12.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2548'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.933333333333'^^xsd:double;
  dwc:latitude '50.333333333333'^^xsd:double;
  dwc:minimumDepth '2498'^^xsd:integer;
  dwc:maximumDepth '2502'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2548'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3252'^^xsd:string;
  dwc:scientificName 'Epilepton sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '138183'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3252'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138183'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3277'^^xsd:string;
  dwc:scientificName 'Lasaeidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '222'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3277'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '222'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2371'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2371'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3305'^^xsd:string;
  dwc:scientificName 'Lasaeidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '222'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3305'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '222'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3792'^^xsd:string;
  dwc:scientificName 'Vertambitus triangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '405109'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3792'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2034'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2034'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3451'^^xsd:string;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3451'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3459'^^xsd:string;
  dwc:scientificName 'Cardiomya costellata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '139433'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3459'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3045'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3045'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1902'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1902'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3377'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3377'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1704'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1704'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3557'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3557'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2712'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2712'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3170'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3170'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2458'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2458'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1741'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1741'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2543'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2543'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1761'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1761'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1716'^^xsd:string;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1716'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.883333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2897"^^xsd:integer ;
  dwc:maximumDepthInMeters "2897"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13333333333333 -12.883333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.883333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2208'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.883333333333'^^xsd:double;
  dwc:latitude '55.133333333333'^^xsd:double;
  dwc:minimumDepth '2897'^^xsd:integer;
  dwc:maximumDepth '2897'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2208'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2211"^^xsd:integer ;
  dwc:maximumDepthInMeters "2211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1802'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.866666666667'^^xsd:double;
  dwc:latitude '56.733333333333'^^xsd:double;
  dwc:minimumDepth '2211'^^xsd:integer;
  dwc:maximumDepth '2211'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1802'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2211"^^xsd:integer ;
  dwc:maximumDepthInMeters "2211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1647'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.866666666667'^^xsd:double;
  dwc:latitude '56.733333333333'^^xsd:double;
  dwc:minimumDepth '2211'^^xsd:integer;
  dwc:maximumDepth '2211'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1647'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2211"^^xsd:integer ;
  dwc:maximumDepthInMeters "2211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2051'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.866666666667'^^xsd:double;
  dwc:latitude '56.733333333333'^^xsd:double;
  dwc:minimumDepth '2211'^^xsd:integer;
  dwc:maximumDepth '2211'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2051'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2211"^^xsd:integer ;
  dwc:maximumDepthInMeters "2211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1919'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.866666666667'^^xsd:double;
  dwc:latitude '56.733333333333'^^xsd:double;
  dwc:minimumDepth '2211'^^xsd:integer;
  dwc:maximumDepth '2211'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1919'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2211"^^xsd:integer ;
  dwc:maximumDepthInMeters "2211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2378'^^xsd:string;
  dwc:scientificName 'Yoldiella frigida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.866666666667'^^xsd:double;
  dwc:latitude '56.733333333333'^^xsd:double;
  dwc:minimumDepth '2211'^^xsd:integer;
  dwc:maximumDepth '2211'^^xsd:integer;
  dwc:aphiaid '141997'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2378'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141997'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2211"^^xsd:integer ;
  dwc:maximumDepthInMeters "2211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1906'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.866666666667'^^xsd:double;
  dwc:latitude '56.733333333333'^^xsd:double;
  dwc:minimumDepth '2211'^^xsd:integer;
  dwc:maximumDepth '2211'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1906'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2211"^^xsd:integer ;
  dwc:maximumDepthInMeters "2211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2477'^^xsd:string;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.866666666667'^^xsd:double;
  dwc:latitude '56.733333333333'^^xsd:double;
  dwc:minimumDepth '2211'^^xsd:integer;
  dwc:maximumDepth '2211'^^xsd:integer;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2477'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2211"^^xsd:integer ;
  dwc:maximumDepthInMeters "2211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1753'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.866666666667'^^xsd:double;
  dwc:latitude '56.733333333333'^^xsd:double;
  dwc:minimumDepth '2211'^^xsd:integer;
  dwc:maximumDepth '2211'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1753'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2211"^^xsd:integer ;
  dwc:maximumDepthInMeters "2211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333333333334 -12.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2176'^^xsd:string;
  dwc:scientificName 'Silicula fragilis '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.866666666667'^^xsd:double;
  dwc:latitude '56.733333333333'^^xsd:double;
  dwc:minimumDepth '2211'^^xsd:integer;
  dwc:maximumDepth '2211'^^xsd:integer;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2176'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2895"^^xsd:integer ;
  dwc:maximumDepthInMeters "2895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2542'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:minimumDepth '2895'^^xsd:integer;
  dwc:maximumDepth '2895'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2542'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2895"^^xsd:integer ;
  dwc:maximumDepthInMeters "2895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2457'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:minimumDepth '2895'^^xsd:integer;
  dwc:maximumDepth '2895'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2457'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2895"^^xsd:integer ;
  dwc:maximumDepthInMeters "2895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1703'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:minimumDepth '2895'^^xsd:integer;
  dwc:maximumDepth '2895'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1703'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2895"^^xsd:integer ;
  dwc:maximumDepthInMeters "2895"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2033'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:minimumDepth '2895'^^xsd:integer;
  dwc:maximumDepth '2895'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2033'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2686"^^xsd:integer ;
  dwc:maximumDepthInMeters "2686"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2349'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.666666666667'^^xsd:double;
  dwc:minimumDepth '2686'^^xsd:integer;
  dwc:maximumDepth '2686'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2349'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2686"^^xsd:integer ;
  dwc:maximumDepthInMeters "2686"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3430'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.666666666667'^^xsd:double;
  dwc:minimumDepth '2686'^^xsd:integer;
  dwc:maximumDepth '2686'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3430'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2686"^^xsd:integer ;
  dwc:maximumDepthInMeters "2686"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1646'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.666666666667'^^xsd:double;
  dwc:minimumDepth '2686'^^xsd:integer;
  dwc:maximumDepth '2686'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1646'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2686"^^xsd:integer ;
  dwc:maximumDepthInMeters "2686"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1752'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.666666666667'^^xsd:double;
  dwc:minimumDepth '2686'^^xsd:integer;
  dwc:maximumDepth '2686'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1752'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2686"^^xsd:integer ;
  dwc:maximumDepthInMeters "2686"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2050'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.666666666667'^^xsd:double;
  dwc:minimumDepth '2686'^^xsd:integer;
  dwc:maximumDepth '2686'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2050'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2686"^^xsd:integer ;
  dwc:maximumDepthInMeters "2686"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3052'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.666666666667'^^xsd:double;
  dwc:minimumDepth '2686'^^xsd:integer;
  dwc:maximumDepth '2686'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3052'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2686"^^xsd:integer ;
  dwc:maximumDepthInMeters "2686"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1722'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.666666666667'^^xsd:double;
  dwc:minimumDepth '2686'^^xsd:integer;
  dwc:maximumDepth '2686'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1722'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2686"^^xsd:integer ;
  dwc:maximumDepthInMeters "2686"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3172'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.666666666667'^^xsd:double;
  dwc:minimumDepth '2686'^^xsd:integer;
  dwc:maximumDepth '2686'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3172'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2686"^^xsd:integer ;
  dwc:maximumDepthInMeters "2686"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666666666666664 -12.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2304'^^xsd:string;
  dwc:scientificName 'Yoldiella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.766666666667'^^xsd:double;
  dwc:latitude '55.666666666667'^^xsd:double;
  dwc:minimumDepth '2686'^^xsd:integer;
  dwc:maximumDepth '2686'^^xsd:integer;
  dwc:aphiaid '141993'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2304'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141993'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2891"^^xsd:integer ;
  dwc:maximumDepthInMeters "2891"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2541'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.716666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2891'^^xsd:integer;
  dwc:maximumDepth '2891'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2541'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2891"^^xsd:integer ;
  dwc:maximumDepthInMeters "2891"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2275'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.716666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2891'^^xsd:integer;
  dwc:maximumDepth '2891'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2275'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2891"^^xsd:integer ;
  dwc:maximumDepthInMeters "2891"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2540'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.716666666667'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2891'^^xsd:integer;
  dwc:maximumDepth '2891'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2540'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.034166666666664 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.034166666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.034166666666664 -12.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "55.034166666666664"^^xsd:decimal ;
  geo-pos:long "-12.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2032'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.034166666667'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2032'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.034166666666664 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.034166666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.034166666666664 -12.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "55.034166666666664"^^xsd:decimal ;
  geo-pos:long "-12.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2539'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.034166666667'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2539'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.034166666666664 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.034166666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.034166666666664 -12.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "55.034166666666664"^^xsd:decimal ;
  geo-pos:long "-12.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2456'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.034166666667'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2456'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.034166666666664 -12.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.034166666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.034166666666664 -12.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "55.034166666666664"^^xsd:decimal ;
  geo-pos:long "-12.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1702'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.666666666667'^^xsd:double;
  dwc:latitude '55.034166666667'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1702'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1842'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1842'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1901'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1901'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3804'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3804'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3005'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3005'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1760'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1760'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2454'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2454'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3216'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3216'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1700'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1700'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3376'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3376'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2954'^^xsd:string;
  dwc:scientificName 'Limatula louiseae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '505543'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2954'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '505543'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2537'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2537'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2030'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2030'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2888"^^xsd:integer ;
  dwc:maximumDepthInMeters "2888"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03333333333333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.03333333333333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2180'^^xsd:string;
  dwc:scientificName 'Silicula fragilis '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.033333333333'^^xsd:double;
  dwc:minimumDepth '2888'^^xsd:integer;
  dwc:maximumDepth '2888'^^xsd:integer;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2180'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1900'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1900'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3240'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3240'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2029'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2029'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3004'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3004'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2536'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2536'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1759'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1759'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3375'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3375'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1699'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1699'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3594'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3594'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3625'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3625'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3215'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3215'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2207'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2207'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2164'^^xsd:string;
  dwc:scientificName 'Nuculanidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2164'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2453'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2453'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3556'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3556'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-12.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.016666666666666 -12.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.016666666666666"^^xsd:decimal ;
  geo-pos:long "-12.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2711'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.533333333333'^^xsd:double;
  dwc:latitude '55.016666666667'^^xsd:double;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2711'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-12.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2031'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.516666666667'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2031'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-12.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2538'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.516666666667'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2538'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-12.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1701'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.516666666667'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1701'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2884"^^xsd:integer ;
  dwc:maximumDepthInMeters "2884"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-12.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2455'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-12.516666666667'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '2884'^^xsd:integer;
  dwc:maximumDepth '2884'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2455'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.916666666666664 -12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2036"^^xsd:integer ;
  dwc:maximumDepthInMeters "2036"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.916666666666664 -12.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.916666666666664"^^xsd:decimal ;
  geo-pos:long "-12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1623'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.35'^^xsd:double;
  dwc:latitude '50.916666666667'^^xsd:double;
  dwc:minimumDepth '2036'^^xsd:integer;
  dwc:maximumDepth '2036'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1623'^^xsd:string;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "54.56666666666667"^^xsd:decimal ;
  geo-pos:long "-12.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3275'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.316666666667'^^xsd:double;
  dwc:latitude '54.566666666667'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3275'^^xsd:string;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "54.56666666666667"^^xsd:decimal ;
  geo-pos:long "-12.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3303'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.316666666667'^^xsd:double;
  dwc:latitude '54.566666666667'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3303'^^xsd:string;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "54.56666666666667"^^xsd:decimal ;
  geo-pos:long "-12.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1677'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.316666666667'^^xsd:double;
  dwc:latitude '54.566666666667'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1677'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56666666666667 -12.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "54.56666666666667"^^xsd:decimal ;
  geo-pos:long "-12.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2557'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.316666666667'^^xsd:double;
  dwc:latitude '54.566666666667'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2557'^^xsd:string;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1676'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.266666666667'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1676'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.666666666666664 -12.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2876"^^xsd:integer ;
  dwc:maximumDepthInMeters "2876"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.666666666666664 -12.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1624'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.266666666667'^^xsd:double;
  dwc:latitude '54.666666666667'^^xsd:double;
  dwc:minimumDepth '2876'^^xsd:integer;
  dwc:maximumDepth '2876'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1624'^^xsd:string;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.666666666666664 -12.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-12.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2886"^^xsd:integer ;
  dwc:maximumDepthInMeters "2886"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.666666666666664 -12.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "54.666666666666664"^^xsd:decimal ;
  geo-pos:long "-12.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1672'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.266666666667'^^xsd:double;
  dwc:latitude '54.666666666667'^^xsd:double;
  dwc:minimumDepth '2886'^^xsd:integer;
  dwc:maximumDepth '2886'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1672'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.733333333333334 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.733333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2907"^^xsd:integer ;
  dwc:maximumDepthInMeters "2907"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.733333333333334 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.733333333333334"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1680'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.733333333333'^^xsd:double;
  dwc:minimumDepth '2907'^^xsd:integer;
  dwc:maximumDepth '2907'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1680'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2910"^^xsd:integer ;
  dwc:maximumDepthInMeters "2910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1673'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.233333333333'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:minimumDepth '2910'^^xsd:integer;
  dwc:maximumDepth '2910'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1673'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.68333333333333 -12.233333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.68333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.233333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2886"^^xsd:integer ;
  dwc:maximumDepthInMeters "2886"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.68333333333333 -12.233333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.68333333333333"^^xsd:decimal ;
  geo-pos:long "-12.233333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1671'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.233333333333'^^xsd:double;
  dwc:latitude '54.683333333333'^^xsd:double;
  dwc:minimumDepth '2886'^^xsd:integer;
  dwc:maximumDepth '2886'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1671'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2898"^^xsd:integer ;
  dwc:maximumDepthInMeters "2898"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3276'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:minimumDepth '2898'^^xsd:integer;
  dwc:maximumDepth '2898'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3276'^^xsd:string;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2898"^^xsd:integer ;
  dwc:maximumDepthInMeters "2898"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3304'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:minimumDepth '2898'^^xsd:integer;
  dwc:maximumDepth '2898'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3304'^^xsd:string;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2898"^^xsd:integer ;
  dwc:maximumDepthInMeters "2898"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1681'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:minimumDepth '2898'^^xsd:integer;
  dwc:maximumDepth '2898'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1681'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.61666666666667 -12.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.61666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2910"^^xsd:integer ;
  dwc:maximumDepthInMeters "2910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.61666666666667 -12.15)"^^geo:wktLiteral ;
  geo-pos:lat "54.61666666666667"^^xsd:decimal ;
  geo-pos:long "-12.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1674'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.15'^^xsd:double;
  dwc:latitude '54.616666666667'^^xsd:double;
  dwc:minimumDepth '2910'^^xsd:integer;
  dwc:maximumDepth '2910'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1674'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.13333333333333 -12.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.13333333333333 -12.15)"^^geo:wktLiteral ;
  geo-pos:lat "57.13333333333333"^^xsd:decimal ;
  geo-pos:long "-12.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1622'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-12.15'^^xsd:double;
  dwc:latitude '57.133333333333'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1622'^^xsd:string;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -12.1333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4453"^^xsd:integer ;
  dwc:maximumDepthInMeters "4453"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -12.1333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-12.1333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3502'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.133333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4453'^^xsd:integer;
  dwc:maximumDepth '4453'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3502'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -12.1333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4453"^^xsd:integer ;
  dwc:maximumDepthInMeters "4453"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -12.1333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-12.1333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2680'^^xsd:string;
  dwc:scientificName 'Dacrydium vitreum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.133333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4453'^^xsd:integer;
  dwc:maximumDepth '4453'^^xsd:integer;
  dwc:aphiaid '539405'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2680'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -12.1333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4453"^^xsd:integer ;
  dwc:maximumDepthInMeters "4453"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -12.1333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-12.1333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3385'^^xsd:string;
  dwc:scientificName 'Abra longicallus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-12.133333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4453'^^xsd:integer;
  dwc:maximumDepth '4453'^^xsd:integer;
  dwc:aphiaid '141434'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3385'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141434'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2333333333333 -11.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2200"^^xsd:integer ;
  dwc:maximumDepthInMeters "2200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2333333333333 -11.9)"^^geo:wktLiteral ;
  geo-pos:lat "30.2333333333333"^^xsd:decimal ;
  geo-pos:long "-11.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3651'^^xsd:string;
  dwc:scientificName 'Rhinoclama nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-11.9'^^xsd:double;
  dwc:latitude '30.233333333333'^^xsd:double;
  dwc:minimumDepth '2200'^^xsd:integer;
  dwc:maximumDepth '2200'^^xsd:integer;
  dwc:aphiaid '408122'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3651'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408122'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2333333333333 -11.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2200"^^xsd:integer ;
  dwc:maximumDepthInMeters "2200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2333333333333 -11.9)"^^geo:wktLiteral ;
  geo-pos:lat "30.2333333333333"^^xsd:decimal ;
  geo-pos:long "-11.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2978'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-11.9'^^xsd:double;
  dwc:latitude '30.233333333333'^^xsd:double;
  dwc:minimumDepth '2200'^^xsd:integer;
  dwc:maximumDepth '2200'^^xsd:integer;
  dwc:aphiaid '540331'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2978'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '540331'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2333333333333 -11.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2200"^^xsd:integer ;
  dwc:maximumDepthInMeters "2200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2333333333333 -11.9)"^^geo:wktLiteral ;
  geo-pos:lat "30.2333333333333"^^xsd:decimal ;
  geo-pos:long "-11.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3486'^^xsd:string;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-11.9'^^xsd:double;
  dwc:latitude '30.233333333333'^^xsd:double;
  dwc:minimumDepth '2200'^^xsd:integer;
  dwc:maximumDepth '2200'^^xsd:integer;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3486'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.283333333333335 -11.8833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.283333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.283333333333335 -11.8833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "30.283333333333335"^^xsd:decimal ;
  geo-pos:long "-11.8833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3571'^^xsd:string;
  dwc:scientificName 'Cuspidaria truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-11.883333333333'^^xsd:double;
  dwc:latitude '30.283333333333'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '139456'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3571'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139456'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.283333333333335 -11.8833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.283333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.283333333333335 -11.8833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "30.283333333333335"^^xsd:decimal ;
  geo-pos:long "-11.8833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3601'^^xsd:string;
  dwc:scientificName 'Jeffreysomya truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-11.883333333333'^^xsd:double;
  dwc:latitude '30.283333333333'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '505137'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3601'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '505137'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.283333333333335 -11.8833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.283333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.283333333333335 -11.8833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "30.283333333333335"^^xsd:decimal ;
  geo-pos:long "-11.8833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3682'^^xsd:string;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-11.883333333333'^^xsd:double;
  dwc:latitude '30.283333333333'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3682'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.283333333333335 -11.8833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.283333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.283333333333335 -11.8833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "30.283333333333335"^^xsd:decimal ;
  geo-pos:long "-11.8833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3567'^^xsd:string;
  dwc:scientificName 'Cuspidaria semirostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-11.883333333333'^^xsd:double;
  dwc:latitude '30.283333333333'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '407913'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3567'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '407913'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3282'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3282'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2345'^^xsd:string;
  dwc:scientificName 'Yoldiella expansa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '141994'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2345'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141994'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2416'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2416'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3310'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3310'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3053'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3053'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1724'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1724'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1907'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1907'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3173'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3173'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3199'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3199'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1648'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1648'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2052'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2052'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2512"^^xsd:integer ;
  dwc:maximumDepthInMeters "2512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2305'^^xsd:string;
  dwc:scientificName 'Yoldiella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.816666666667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:minimumDepth '2512'^^xsd:integer;
  dwc:maximumDepth '2512'^^xsd:integer;
  dwc:aphiaid '141993'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2305'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141993'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8666666666666 -11.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-11.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2083"^^xsd:integer ;
  dwc:maximumDepthInMeters "2083"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8666666666666 -11.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "29.8666666666666"^^xsd:decimal ;
  geo-pos:long "-11.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3491'^^xsd:string;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.783333333333'^^xsd:double;
  dwc:latitude '29.866666666667'^^xsd:double;
  dwc:minimumDepth '2083'^^xsd:integer;
  dwc:maximumDepth '2083'^^xsd:integer;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3491'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8666666666666 -11.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-11.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2083"^^xsd:integer ;
  dwc:maximumDepthInMeters "2083"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8666666666666 -11.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "29.8666666666666"^^xsd:decimal ;
  geo-pos:long "-11.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3787'^^xsd:string;
  dwc:scientificName 'Halicardia carinifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.783333333333'^^xsd:double;
  dwc:latitude '29.866666666667'^^xsd:double;
  dwc:minimumDepth '2083'^^xsd:integer;
  dwc:maximumDepth '2083'^^xsd:integer;
  dwc:aphiaid '405785'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3787'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405785'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.016666666666666 -11.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-11.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2115"^^xsd:integer ;
  dwc:maximumDepthInMeters "2115"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.016666666666666 -11.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "30.016666666666666"^^xsd:decimal ;
  geo-pos:long "-11.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3577'^^xsd:string;
  dwc:scientificName 'Cuspidaria wollastonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.766666666667'^^xsd:double;
  dwc:latitude '30.016666666667'^^xsd:double;
  dwc:minimumDepth '2115'^^xsd:integer;
  dwc:maximumDepth '2115'^^xsd:integer;
  dwc:aphiaid '139458'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3577'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139458'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.016666666666666 -11.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-11.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2115"^^xsd:integer ;
  dwc:maximumDepthInMeters "2115"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.016666666666666 -11.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "30.016666666666666"^^xsd:decimal ;
  geo-pos:long "-11.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3489'^^xsd:string;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.766666666667'^^xsd:double;
  dwc:latitude '30.016666666667'^^xsd:double;
  dwc:minimumDepth '2115'^^xsd:integer;
  dwc:maximumDepth '2115'^^xsd:integer;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3489'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.016666666666666 -11.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-11.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2115"^^xsd:integer ;
  dwc:maximumDepthInMeters "2115"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.016666666666666 -11.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "30.016666666666666"^^xsd:decimal ;
  geo-pos:long "-11.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2739'^^xsd:string;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-11.766666666667'^^xsd:double;
  dwc:latitude '30.016666666667'^^xsd:double;
  dwc:minimumDepth '2115'^^xsd:integer;
  dwc:maximumDepth '2115'^^xsd:integer;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2739'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3280'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3280'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3259'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3259'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2346'^^xsd:string;
  dwc:scientificName 'Yoldiella expansa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '141994'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2346'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141994'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3308'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3308'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3750'^^xsd:string;
  dwc:scientificName 'Lyonsiella subquadrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '141951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3750'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2480'^^xsd:string;
  dwc:scientificName 'Yoldiella philippiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '142005'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2480'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142005'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1709'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1709'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2723'^^xsd:string;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2723'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3388'^^xsd:string;
  dwc:scientificName 'Abra nitida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '141435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3388'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1643'^^xsd:string;
  dwc:scientificName 'Ennucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '140584'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1643'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140584'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2239"^^xsd:integer ;
  dwc:maximumDepthInMeters "2251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46666666666667 -11.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "54.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3426'^^xsd:string;
  dwc:scientificName 'Arcopella balaustina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.733333333333'^^xsd:double;
  dwc:latitude '54.466666666667'^^xsd:double;
  dwc:minimumDepth '2239'^^xsd:integer;
  dwc:maximumDepth '2251'^^xsd:integer;
  dwc:aphiaid '491643'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3426'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -11.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2212"^^xsd:integer ;
  dwc:maximumDepthInMeters "2212"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -11.7)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-11.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3442'^^xsd:string;
  dwc:scientificName 'Panacca africana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.7'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:minimumDepth '2212'^^xsd:integer;
  dwc:maximumDepth '2212'^^xsd:integer;
  dwc:aphiaid '181370'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3442'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181370'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.133333333333333 -11.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.133333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2200"^^xsd:integer ;
  dwc:maximumDepthInMeters "2200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.133333333333333 -11.7)"^^geo:wktLiteral ;
  geo-pos:lat "30.133333333333333"^^xsd:decimal ;
  geo-pos:long "-11.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3488'^^xsd:string;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.7'^^xsd:double;
  dwc:latitude '30.133333333333'^^xsd:double;
  dwc:minimumDepth '2200'^^xsd:integer;
  dwc:maximumDepth '2200'^^xsd:integer;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3488'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.133333333333333 -11.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.133333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2200"^^xsd:integer ;
  dwc:maximumDepthInMeters "2200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.133333333333333 -11.7)"^^geo:wktLiteral ;
  geo-pos:lat "30.133333333333333"^^xsd:decimal ;
  geo-pos:long "-11.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3576'^^xsd:string;
  dwc:scientificName 'Cuspidaria wollastonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.7'^^xsd:double;
  dwc:latitude '30.133333333333'^^xsd:double;
  dwc:minimumDepth '2200'^^xsd:integer;
  dwc:maximumDepth '2200'^^xsd:integer;
  dwc:aphiaid '139458'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3576'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139458'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -11.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.15"^^xsd:decimal ;
  dwc:decimalLongitude "-11.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2210"^^xsd:integer ;
  dwc:maximumDepthInMeters "2210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -11.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "30.15"^^xsd:decimal ;
  geo-pos:long "-11.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3487'^^xsd:string;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.683333333333'^^xsd:double;
  dwc:latitude '30.15'^^xsd:double;
  dwc:minimumDepth '2210'^^xsd:integer;
  dwc:maximumDepth '2210'^^xsd:integer;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3487'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -11.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.15"^^xsd:decimal ;
  dwc:decimalLongitude "-11.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2210"^^xsd:integer ;
  dwc:maximumDepthInMeters "2210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -11.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "30.15"^^xsd:decimal ;
  geo-pos:long "-11.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3392'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.683333333333'^^xsd:double;
  dwc:latitude '30.15'^^xsd:double;
  dwc:minimumDepth '2210'^^xsd:integer;
  dwc:maximumDepth '2210'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3392'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9666666666666 -11.6833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2104"^^xsd:integer ;
  dwc:maximumDepthInMeters "2104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9666666666666 -11.6833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "29.9666666666666"^^xsd:decimal ;
  geo-pos:long "-11.6833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2763'^^xsd:string;
  dwc:scientificName 'Delectopecten vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.683333333333'^^xsd:double;
  dwc:latitude '29.966666666667'^^xsd:double;
  dwc:minimumDepth '2104'^^xsd:integer;
  dwc:maximumDepth '2104'^^xsd:integer;
  dwc:aphiaid '140702'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2763'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9666666666666 -11.6833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2104"^^xsd:integer ;
  dwc:maximumDepthInMeters "2104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9666666666666 -11.6833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "29.9666666666666"^^xsd:decimal ;
  geo-pos:long "-11.6833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1608'^^xsd:string;
  dwc:scientificName 'Deminucula striatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-11.683333333333'^^xsd:double;
  dwc:latitude '29.966666666667'^^xsd:double;
  dwc:minimumDepth '2104'^^xsd:integer;
  dwc:maximumDepth '2104'^^xsd:integer;
  dwc:aphiaid '815945'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1608'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815944'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3824"^^xsd:integer ;
  dwc:maximumDepthInMeters "3824"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3386'^^xsd:string;
  dwc:scientificName 'Abra longicallus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:minimumDepth '3824'^^xsd:integer;
  dwc:maximumDepth '3824'^^xsd:integer;
  dwc:aphiaid '141434'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3386'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141434'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3824"^^xsd:integer ;
  dwc:maximumDepthInMeters "3824"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2681'^^xsd:string;
  dwc:scientificName 'Dacrydium vitreum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:minimumDepth '3824'^^xsd:integer;
  dwc:maximumDepth '3824'^^xsd:integer;
  dwc:aphiaid '539405'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2681'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2626"^^xsd:integer ;
  dwc:maximumDepthInMeters "2626"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.18333333333333"^^xsd:decimal ;
  geo-pos:long "-11.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1801'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.516666666667'^^xsd:double;
  dwc:latitude '55.183333333333'^^xsd:double;
  dwc:minimumDepth '2626'^^xsd:integer;
  dwc:maximumDepth '2626'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1801'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2626"^^xsd:integer ;
  dwc:maximumDepthInMeters "2626"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.18333333333333"^^xsd:decimal ;
  geo-pos:long "-11.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2415'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.516666666667'^^xsd:double;
  dwc:latitude '55.183333333333'^^xsd:double;
  dwc:minimumDepth '2626'^^xsd:integer;
  dwc:maximumDepth '2626'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2415'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2626"^^xsd:integer ;
  dwc:maximumDepthInMeters "2626"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.18333333333333"^^xsd:decimal ;
  geo-pos:long "-11.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2049'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.516666666667'^^xsd:double;
  dwc:latitude '55.183333333333'^^xsd:double;
  dwc:minimumDepth '2626'^^xsd:integer;
  dwc:maximumDepth '2626'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2049'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2626"^^xsd:integer ;
  dwc:maximumDepthInMeters "2626"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.18333333333333"^^xsd:decimal ;
  geo-pos:long "-11.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2982'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.516666666667'^^xsd:double;
  dwc:latitude '55.183333333333'^^xsd:double;
  dwc:minimumDepth '2626'^^xsd:integer;
  dwc:maximumDepth '2626'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2982'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2626"^^xsd:integer ;
  dwc:maximumDepthInMeters "2626"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.18333333333333"^^xsd:decimal ;
  geo-pos:long "-11.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1721'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.516666666667'^^xsd:double;
  dwc:latitude '55.183333333333'^^xsd:double;
  dwc:minimumDepth '2626'^^xsd:integer;
  dwc:maximumDepth '2626'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1721'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2626"^^xsd:integer ;
  dwc:maximumDepthInMeters "2626"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.18333333333333"^^xsd:decimal ;
  geo-pos:long "-11.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1751'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.516666666667'^^xsd:double;
  dwc:latitude '55.183333333333'^^xsd:double;
  dwc:minimumDepth '2626'^^xsd:integer;
  dwc:maximumDepth '2626'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1751'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.516666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2626"^^xsd:integer ;
  dwc:maximumDepthInMeters "2626"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18333333333333 -11.516666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "55.18333333333333"^^xsd:decimal ;
  geo-pos:long "-11.516666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1645'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.516666666667'^^xsd:double;
  dwc:latitude '55.183333333333'^^xsd:double;
  dwc:minimumDepth '2626'^^xsd:integer;
  dwc:maximumDepth '2626'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1645'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-11.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3283'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.416666666667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3283'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-11.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2417'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.416666666667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2417'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-11.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3311'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.416666666667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3311'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-11.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2004'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.416666666667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2004'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-11.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2053'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.416666666667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2053'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-11.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3054'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.416666666667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3054'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-11.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3174'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.416666666667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3174'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-11.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2379'^^xsd:string;
  dwc:scientificName 'Yoldiella frigida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.416666666667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '141997'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2379'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141997'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -11.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-11.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1725'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-11.416666666667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1725'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.06666666666667 -11.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3745"^^xsd:integer ;
  dwc:maximumDepthInMeters "3745"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.06666666666667 -11.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "34.06666666666667"^^xsd:decimal ;
  geo-pos:long "-11.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2752'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-11.316666666667'^^xsd:double;
  dwc:latitude '34.066666666667'^^xsd:double;
  dwc:minimumDepth '3745'^^xsd:integer;
  dwc:maximumDepth '3745'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2752'^^xsd:string;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3790'^^xsd:string;
  dwc:scientificName 'Vertambitus triangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '405109'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3790'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2983'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2983'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3015'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3015'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1727'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1727'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3360'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3360'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1913'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1913'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3221'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3221'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3202'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3202'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2177'^^xsd:string;
  dwc:scientificName 'Silicula fragilis '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2177'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2471'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2471'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2479'^^xsd:string;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2479'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2003'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2003'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3060'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3060'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1657'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1657'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2760'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2760'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3783'^^xsd:string;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3783'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2306'^^xsd:string;
  dwc:scientificName 'Yoldiella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '141993'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2306'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141993'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38333333333333 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.38333333333333"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1765'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.383333333333'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1765'^^xsd:string;
  dwc:observationDate '1872-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1898'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1898'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2370'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2370'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3761'^^xsd:string;
  dwc:scientificName 'Policordia densicostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '141952'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3761'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141952'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3002'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3002'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2594'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2594'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2534'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2534'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1739'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1739'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2088'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2088'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1757'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1757'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3373'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3373'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2452'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2452'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1697'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1697'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2300'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2300'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3213'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3213'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1934'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1934'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2503"^^xsd:integer ;
  dwc:maximumDepthInMeters "2503"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46666666666667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46666666666667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2027'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.466666666667'^^xsd:double;
  dwc:minimumDepth '2503'^^xsd:integer;
  dwc:maximumDepth '2503'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2027'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2498"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.55"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2026'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:minimumDepth '2498'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2026'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2498"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.55"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2451'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:minimumDepth '2498'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2451'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2498"^^xsd:integer ;
  dwc:maximumDepthInMeters "2500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.55"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1696'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:minimumDepth '2498'^^xsd:integer;
  dwc:maximumDepth '2500'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1696'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1899'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1899'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2856'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2856'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3239'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3239'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3803'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3803'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3795'^^xsd:string;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3795'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2028'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2028'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3405'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3405'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2599'^^xsd:string;
  dwc:scientificName 'Yoldiella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '138673'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2599'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138673'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1740'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1740'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1642'^^xsd:string;
  dwc:scientificName 'Ennucula granulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '467497'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1642'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '467497'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3555'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3555'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2710'^^xsd:string;
  dwc:scientificName 'Bathyarca glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: This species is recorded by Clarke (1962) and Oliver, Allen (1980) with a depth range exceeding 2000 m. However, for the European region there is no precise data for stations deeper than 2000 m'^^xsd:string;
  dwc:aphiaid '138797'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2710'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138797'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2206'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2206'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1698'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1698'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3374'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3374'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1758'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1758'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3003'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3003'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2595'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2595'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2535'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2535'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3119'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3119'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2301'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2301'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2494"^^xsd:integer ;
  dwc:maximumDepthInMeters "2494"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43333333333333 -11.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "56.43333333333333"^^xsd:decimal ;
  geo-pos:long "-11.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3214'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.183333333333'^^xsd:double;
  dwc:latitude '56.433333333333'^^xsd:double;
  dwc:minimumDepth '2494'^^xsd:integer;
  dwc:maximumDepth '2494'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3214'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63333333333333 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2466"^^xsd:integer ;
  dwc:maximumDepthInMeters "2466"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63333333333333 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "56.63333333333333"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1695'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '56.633333333333'^^xsd:double;
  dwc:minimumDepth '2466'^^xsd:integer;
  dwc:maximumDepth '2466'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1695'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63333333333333 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2466"^^xsd:integer ;
  dwc:maximumDepthInMeters "2466"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63333333333333 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "56.63333333333333"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2450'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '56.633333333333'^^xsd:double;
  dwc:minimumDepth '2466'^^xsd:integer;
  dwc:maximumDepth '2466'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2450'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63333333333333 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2466"^^xsd:integer ;
  dwc:maximumDepthInMeters "2466"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63333333333333 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "56.63333333333333"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2025'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '56.633333333333'^^xsd:double;
  dwc:minimumDepth '2466'^^xsd:integer;
  dwc:maximumDepth '2466'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2025'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.98333333333333 -11.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.98333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2222"^^xsd:integer ;
  dwc:maximumDepthInMeters "2222"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.98333333333333 -11.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "71.98333333333333"^^xsd:decimal ;
  geo-pos:long "-11.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3779'^^xsd:string;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-11.066666666667'^^xsd:double;
  dwc:latitude '71.983333333333'^^xsd:double;
  dwc:minimumDepth '2222'^^xsd:integer;
  dwc:maximumDepth '2222'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: records from the abyssal North Atlantic are possibly due to misidentifications (Bouchet, Warén, 1979)'^^xsd:string;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3779'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.98333333333333 -11.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.98333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2222"^^xsd:integer ;
  dwc:maximumDepthInMeters "2222"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.98333333333333 -11.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "71.98333333333333"^^xsd:decimal ;
  geo-pos:long "-11.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2776'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-11.066666666667'^^xsd:double;
  dwc:latitude '71.983333333333'^^xsd:double;
  dwc:minimumDepth '2222'^^xsd:integer;
  dwc:maximumDepth '2222'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2776'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3281'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3281'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3253'^^xsd:string;
  dwc:scientificName 'Kellia(?)subtrigona'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: The identity and taxonomy of this species is unresolved, the type material is lost'^^xsd:string;
  dwc:aphiaid '138095'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3253'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138095'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3260'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3260'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3267'^^xsd:string;
  dwc:scientificName 'Tellimya ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '146952'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3267'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1800'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1800'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2348'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2348'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3294'^^xsd:string;
  dwc:scientificName 'Tellimya ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '146952'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3294'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3309'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3309'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2048'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2048'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3429'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3429'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3051'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: records uncertain because of possible misidentification (see Thyasira obsoleta),see Payne, Allen, 1991: 527; “Ruth Ann”, St. 2, 7 (DiGeronimo, 1974); '^^xsd:string;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3051'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1644'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1644'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1707'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1707'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1904'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1904'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2475'^^xsd:string;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2475'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3171'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3171'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2197'^^xsd:string;
  dwc:scientificName 'Tindaria sericea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '141682'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2197'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141682'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1720'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1720'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2981'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2981'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2489"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3428'^^xsd:string;
  dwc:scientificName 'Timoclea ovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2489'^^xsd:integer;
  dwc:aphiaid '141929'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3428'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141929'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2475"^^xsd:integer ;
  dwc:maximumDepthInMeters "2475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88333333333333 -10.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.88333333333333"^^xsd:decimal ;
  geo-pos:long "-10.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2303'^^xsd:string;
  dwc:scientificName 'Yoldiella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:longitude '-10.933333333333'^^xsd:double;
  dwc:latitude '54.883333333333'^^xsd:double;
  dwc:minimumDepth '2475'^^xsd:integer;
  dwc:maximumDepth '2475'^^xsd:integer;
  dwc:aphiaid '141993'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2303'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141993'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.916666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2040"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.916666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2387'^^xsd:string;
  dwc:scientificName 'Yoldiella incala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.916666666667'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2040'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '477314'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2387'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.916666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2040"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.916666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2588'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.916666666667'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2040'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2588'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.916666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2040"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.916666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2086'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.916666666667'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2040'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2086'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.916666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2040"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.916666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2448'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.916666666667'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2040'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2448'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.916666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2040"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.916666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2296'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.916666666667'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2040'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2296'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.916666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2040"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.916666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1933'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.916666666667'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2040'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1933'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.916666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2040"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.916666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.916666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2768'^^xsd:string;
  dwc:scientificName 'Delectopecten vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.916666666667'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2040'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '140702'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2768'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.55125000016665 -10.8333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.55125000016665"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1975"^^xsd:integer ;
  dwc:maximumDepthInMeters "2070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.55125000016665 -10.8333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.55125000016665"^^xsd:decimal ;
  geo-pos:long "-10.8333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2082'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.833333333333'^^xsd:double;
  dwc:startLongitude '-10.85'^^xsd:double;
  dwc:endLongitude '-10.81667'^^xsd:double;
  dwc:latitude '48.551250000167'^^xsd:double;
  dwc:startLatitude '48.56667'^^xsd:double;
  dwc:endLatitude '48.53583'^^xsd:double;
  dwc:minimumDepth '1975'^^xsd:integer;
  dwc:maximumDepth '2070'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2082'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3290'^^xsd:string;
  dwc:scientificName 'Mysella verrilli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '181335'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3290'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '751352'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1634'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1634'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3264'^^xsd:string;
  dwc:scientificName 'Mysella verrilli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '181335'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3264'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '751352'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1897'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1897'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1841'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1841'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2855'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2855'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2815'^^xsd:string;
  dwc:scientificName 'Pectinidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '213'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2815'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '213'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3799'^^xsd:string;
  dwc:scientificName 'Verticordia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '138656'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3799'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138656'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3802'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3802'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2386'^^xsd:string;
  dwc:scientificName 'Yoldiella incala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '477314'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2386'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3794'^^xsd:string;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3794'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3766'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3766'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3466'^^xsd:string;
  dwc:scientificName 'Cardiomya knudseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '139435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3466'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2593'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2593'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2531'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2531'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1694'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1694'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3372'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3372'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1932'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1932'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3554'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3554'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2299'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2299'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2668'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2668'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2692'^^xsd:string;
  dwc:scientificName 'Modiolus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '138223'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2692'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138223'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3118'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3118'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2447'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2447'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2085'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2085'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3212'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3212'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3001'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3001'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3044'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3044'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3449'^^xsd:string;
  dwc:scientificName 'Thracia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3449'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3513'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3513'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2081"^^xsd:integer ;
  dwc:maximumDepthInMeters "2081"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2205'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.816666666667'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2081'^^xsd:integer;
  dwc:maximumDepth '2081'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2205'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.724999999999998 -10.779166666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.724999999999998"^^xsd:decimal ;
  dwc:decimalLongitude "-10.779166666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.724999999999998 -10.779166666666667)"^^geo:wktLiteral ;
  geo-pos:lat "31.724999999999998"^^xsd:decimal ;
  geo-pos:long "-10.779166666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2002'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:longitude '-10.779166666667'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2002'^^xsd:string;
  dwc:observationDate '1904-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.724999999999998 -10.779166666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.724999999999998"^^xsd:decimal ;
  dwc:decimalLongitude "-10.779166666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.724999999999998 -10.779166666666667)"^^geo:wktLiteral ;
  geo-pos:lat "31.724999999999998"^^xsd:decimal ;
  geo-pos:long "-10.779166666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2765'^^xsd:string;
  dwc:scientificName 'Delectopecten vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-10.779166666667'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '140702'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2765'^^xsd:string;
  dwc:aphiaIdAccepted '140702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2388'^^xsd:string;
  dwc:scientificName 'Yoldiella incala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '477314'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2388'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1635'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1635'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2449'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2449'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2297'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2297'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2087'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2087'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2589'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2589'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96666666666667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.96666666666667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2769'^^xsd:string;
  dwc:scientificName 'Delectopecten vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.966666666667'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '140702'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2769'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -10.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5000"^^xsd:integer ;
  dwc:maximumDepthInMeters "5000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -10.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-10.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3400'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:longitude '-10.733333333333'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '5000'^^xsd:integer;
  dwc:maximumDepth '5000'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3400'^^xsd:string;
  dwc:observationDate '1910-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.983333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2093"^^xsd:integer ;
  dwc:maximumDepthInMeters "2093"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.983333333333334 -10.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "57.983333333333334"^^xsd:decimal ;
  geo-pos:long "-10.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2084'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.683333333333'^^xsd:double;
  dwc:latitude '57.983333333333'^^xsd:double;
  dwc:minimumDepth '2093'^^xsd:integer;
  dwc:maximumDepth '2093'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2084'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3287'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3287'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1896'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1896'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1840'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1840'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2854'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2854'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3238'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3238'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3798'^^xsd:string;
  dwc:scientificName 'Verticordia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '138656'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3798'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138656'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2385'^^xsd:string;
  dwc:scientificName 'Yoldiella incala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '477314'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2385'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3315'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3315'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3754'^^xsd:string;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3754'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2083'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2083'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3445'^^xsd:string;
  dwc:scientificName 'Cochlodesma tenerum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '140725'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3445'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3448'^^xsd:string;
  dwc:scientificName 'Thracia pubescens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '141650'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3448'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141650'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3211'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3211'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3000'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3000'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1931'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1931'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2446'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2446'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2179'^^xsd:string;
  dwc:scientificName 'Silicula fragilis '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2179'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2204'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2204'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3371'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3371'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2592'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2592'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2530'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2530'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1693'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1693'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3553'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3553'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2298'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2298'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98527777777778"^^xsd:decimal ;
  dwc:decimalLongitude "-10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2091"^^xsd:integer ;
  dwc:maximumDepthInMeters "2091"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98527777777778 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.98527777777778"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2667'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.65'^^xsd:double;
  dwc:latitude '57.985277777778'^^xsd:double;
  dwc:minimumDepth '2091'^^xsd:integer;
  dwc:maximumDepth '2091'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2667'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.666666666666664 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.666666666666664 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "56.666666666666664"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1627'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:latitude '56.666666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1627'^^xsd:string;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1866'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1866'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1837'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1837'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2851'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2851'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2885'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2885'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2328'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2328'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2384'^^xsd:string;
  dwc:scientificName 'Yoldiella incala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '477314'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2384'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2635'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2635'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1985'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1985'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1929'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1929'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3150'^^xsd:string;
  dwc:scientificName 'Thyasira biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '141656'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3150'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954695'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3589'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3589'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3351'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3351'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2495'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2495'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2129'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2129'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2252'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2252'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4720"^^xsd:integer ;
  dwc:maximumDepthInMeters "4720"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.483333333333334 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.483333333333334"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1791'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.483333333333'^^xsd:double;
  dwc:minimumDepth '4720'^^xsd:integer;
  dwc:maximumDepth '4720'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1791'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2434'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2434'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3334'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3334'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3809'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3809'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3233'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3233'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1955'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1955'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3535'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3535'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3032'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3032'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1717'^^xsd:string;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1717'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1980'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1980'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3704'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3704'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3126'^^xsd:string;
  dwc:scientificName 'Mendicula inflata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '815946'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3126'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2234'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2234'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2487'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2487'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3412'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3412'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2614'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2614'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2118'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2118'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4659"^^xsd:integer ;
  dwc:maximumDepthInMeters "4659"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.516666666666666 -10.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1778'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.483333333333'^^xsd:double;
  dwc:latitude '46.516666666667'^^xsd:double;
  dwc:minimumDepth '4659'^^xsd:integer;
  dwc:maximumDepth '4659'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1778'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1858'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.466666666667'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1858'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1830'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.466666666667'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1830'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2135'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.466666666667'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2135'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2718'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.466666666667'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2718'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.083333333333336 -10.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-10.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2185"^^xsd:integer ;
  dwc:maximumDepthInMeters "2185"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.083333333333336 -10.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "56.083333333333336"^^xsd:decimal ;
  geo-pos:long "-10.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1628'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.466666666667'^^xsd:double;
  dwc:latitude '56.083333333333'^^xsd:double;
  dwc:minimumDepth '2185'^^xsd:integer;
  dwc:maximumDepth '2185'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1628'^^xsd:string;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1865'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1865'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1836'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1836'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2850'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2850'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2828'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2828'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2884'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2884'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2327'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2327'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3236'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3236'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2444'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2444'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1963'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1963'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1994'^^xsd:string;
  dwc:scientificName 'Ledella acinula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1994'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2494'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2494'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3422'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3422'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2632'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2632'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3350'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3350'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2128'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2128'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3635'^^xsd:string;
  dwc:scientificName 'Myonera angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '408524'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3635'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2194'^^xsd:string;
  dwc:scientificName 'Tindaria miniscula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506467'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2194'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506467'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2251'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2251'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2209'^^xsd:string;
  dwc:scientificName 'Microgloma tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '141986'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2209'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141985'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1984'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1984'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2719'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2719'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3588'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3588'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1789'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1789'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4721"^^xsd:integer ;
  dwc:maximumDepthInMeters "4721"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.433333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.433333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3733'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.433333333333'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4721'^^xsd:integer;
  dwc:maximumDepth '4721'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3733'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4721"^^xsd:integer ;
  dwc:maximumDepthInMeters "4721"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.433333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.433333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1964'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.433333333333'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4721'^^xsd:integer;
  dwc:maximumDepth '4721'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1964'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4721"^^xsd:integer ;
  dwc:maximumDepthInMeters "4721"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.433333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.433333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2634'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.433333333333'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4721'^^xsd:integer;
  dwc:maximumDepth '4721'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2634'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.25 -10.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.25"^^xsd:decimal ;
  dwc:decimalLongitude "-10.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.25 -10.433333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "57.25"^^xsd:decimal ;
  geo-pos:long "-10.433333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1679'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.433333333333'^^xsd:double;
  dwc:latitude '57.25'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1679'^^xsd:string;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-10.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4825"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-10.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1862'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.416666666667'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4825'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1862'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-10.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4825"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-10.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3731'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.416666666667'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4825'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3731'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-10.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4825"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-10.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2136'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.416666666667'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4825'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2136'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-10.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4825"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-10.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2631'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.416666666667'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4825'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2631'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-10.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4825"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-10.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3573'^^xsd:string;
  dwc:scientificName 'Cuspidaria undata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.416666666667'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4825'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '156773'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3573'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-10.416666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4825"^^xsd:integer ;
  dwc:maximumDepthInMeters "4825"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -10.416666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-10.416666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2257'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.416666666667'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4825'^^xsd:integer;
  dwc:maximumDepth '4825'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2257'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9 -10.4166666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4166666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2030"^^xsd:integer ;
  dwc:maximumDepthInMeters "2030"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9 -10.4166666666666)"^^geo:wktLiteral ;
  geo-pos:lat "31.9"^^xsd:decimal ;
  geo-pos:long "-10.4166666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3485'^^xsd:string;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-10.416666666667'^^xsd:double;
  dwc:latitude '31.9'^^xsd:double;
  dwc:minimumDepth '2030'^^xsd:integer;
  dwc:maximumDepth '2030'^^xsd:integer;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3485'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1867'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1867'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2496'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2496'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1998'^^xsd:string;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1998'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2130'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2130'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2636'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2636'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2253'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2253'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1965'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1965'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1986'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1986'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4715"^^xsd:integer ;
  dwc:maximumDepthInMeters "4715"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1792'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4715'^^xsd:integer;
  dwc:maximumDepth '4715'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1792'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2880'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2880'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2440'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2440'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2441'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2441'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3343'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3343'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2322'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2322'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2489'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2489'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3417'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3417'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2122'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2122'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2620'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2620'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2242'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2242'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1981'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1981'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2717'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2717'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4550"^^xsd:integer ;
  dwc:maximumDepthInMeters "4550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43333333333333 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.43333333333333"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1782'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.433333333333'^^xsd:double;
  dwc:minimumDepth '4550'^^xsd:integer;
  dwc:maximumDepth '4550'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1782'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4521"^^xsd:integer ;
  dwc:maximumDepthInMeters "4521"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1860'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4521'^^xsd:integer;
  dwc:maximumDepth '4521'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1860'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4521"^^xsd:integer ;
  dwc:maximumDepthInMeters "4521"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3411'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4521'^^xsd:integer;
  dwc:maximumDepth '4521'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3411'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4521"^^xsd:integer ;
  dwc:maximumDepthInMeters "4521"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3027'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4521'^^xsd:integer;
  dwc:maximumDepth '4521'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3027'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4521"^^xsd:integer ;
  dwc:maximumDepthInMeters "4521"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2116'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4521'^^xsd:integer;
  dwc:maximumDepth '4521'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2116'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4521"^^xsd:integer ;
  dwc:maximumDepthInMeters "4521"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2612'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4521'^^xsd:integer;
  dwc:maximumDepth '4521'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2612'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4521"^^xsd:integer ;
  dwc:maximumDepthInMeters "4521"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.46666666666667 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.46666666666667"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1774'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.466666666667'^^xsd:double;
  dwc:minimumDepth '4521'^^xsd:integer;
  dwc:maximumDepth '4521'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1774'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.55"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4750"^^xsd:integer ;
  dwc:maximumDepthInMeters "4750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.55"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3039'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '46.55'^^xsd:double;
  dwc:minimumDepth '4750'^^xsd:integer;
  dwc:maximumDepth '4750'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3039'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3288'^^xsd:string;
  dwc:scientificName 'Kurtiella tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '345287'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3288'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '345287'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1864'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1864'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3262'^^xsd:string;
  dwc:scientificName 'Kurtiella tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '345287'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3262'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '345287'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1835'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1835'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2827'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2827'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2883'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2883'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2326'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2326'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2443'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2443'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3349'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3349'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3384'^^xsd:string;
  dwc:scientificName 'Mactridae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '230'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3384'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '230'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1983'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1983'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1997'^^xsd:string;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1997'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2127'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2127'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3711'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3711'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2630'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2630'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3168'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3168'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3685'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Bidentaria) atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '406414'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3685'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139464'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2250'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2250'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1962'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1962'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2493'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2493'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3786'^^xsd:string;
  dwc:scientificName 'Policordia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '138655'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3786'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138655'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2185'^^xsd:string;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2185'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2193'^^xsd:string;
  dwc:scientificName 'Tindaria hessleri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '506466'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2193'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506466'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1788'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1788'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3 -10.383333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3"^^xsd:decimal ;
  dwc:decimalLongitude "-10.383333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3 -10.383333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "57.3"^^xsd:decimal ;
  geo-pos:long "-10.383333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3362'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.383333333333'^^xsd:double;
  dwc:latitude '57.3'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3362'^^xsd:string;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1859'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1859'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2871'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2871'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2426'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2426'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2353'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2353'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3019'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3019'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1743'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1743'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1754'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1754'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2112'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2112'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3367'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3367'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3629'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3629'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3655'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3655'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2605'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2605'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1946'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1946'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1817'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1817'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1978'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1978'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2110'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2110'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3154'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3154'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2222'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2222'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2161'^^xsd:string;
  dwc:scientificName 'Ledella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '182795'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2161'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '182795'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2314'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2314'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4734"^^xsd:integer ;
  dwc:maximumDepthInMeters "4734"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1772'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4734'^^xsd:integer;
  dwc:maximumDepth '4734'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1772'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4518"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1825'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4518'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1825'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4518"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1951'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4518'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1951'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4518"^^xsd:integer ;
  dwc:maximumDepthInMeters "4518"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53333333333333 -10.333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "46.53333333333333"^^xsd:decimal ;
  geo-pos:long "-10.333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1775'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-10.333333333333'^^xsd:double;
  dwc:latitude '46.533333333333'^^xsd:double;
  dwc:minimumDepth '4518'^^xsd:integer;
  dwc:maximumDepth '4518'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1775'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1863'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1863'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1831'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1831'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2849'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2849'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3732'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3732'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2633'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2633'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3686'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Bidentaria) atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '406414'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3686'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139464'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2258'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2258'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2137'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2137'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4706"^^xsd:integer ;
  dwc:maximumDepthInMeters "4706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1790'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-10.316666666667'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '4706'^^xsd:integer;
  dwc:maximumDepth '4706'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1790'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.016666666666666 -10.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-10.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4796"^^xsd:integer ;
  dwc:maximumDepthInMeters "4796"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.016666666666666 -10.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.016666666666666"^^xsd:decimal ;
  geo-pos:long "-10.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2502'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.283333333333'^^xsd:double;
  dwc:latitude '46.016666666667'^^xsd:double;
  dwc:minimumDepth '4796'^^xsd:integer;
  dwc:maximumDepth '4796'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2502'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.28333333333333 -10.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.28333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2105"^^xsd:integer ;
  dwc:maximumDepthInMeters "2105"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.28333333333333 -10.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "57.28333333333333"^^xsd:decimal ;
  geo-pos:long "-10.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1626'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.266666666667'^^xsd:double;
  dwc:latitude '57.283333333333'^^xsd:double;
  dwc:minimumDepth '2105'^^xsd:integer;
  dwc:maximumDepth '2105'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1626'^^xsd:string;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.28333333333333 -10.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.28333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2105"^^xsd:integer ;
  dwc:maximumDepthInMeters "2105"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.28333333333333 -10.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "57.28333333333333"^^xsd:decimal ;
  geo-pos:long "-10.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1939'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-10.266666666667'^^xsd:double;
  dwc:latitude '57.283333333333'^^xsd:double;
  dwc:minimumDepth '2105'^^xsd:integer;
  dwc:maximumDepth '2105'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1939'^^xsd:string;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.183333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.183333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4796"^^xsd:integer ;
  dwc:maximumDepthInMeters "4822"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.183333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.183333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2039'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-10.183333333333'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:minimumDepth '4796'^^xsd:integer;
  dwc:maximumDepth '4822'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2039'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.45833333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-9.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2937"^^xsd:integer ;
  dwc:maximumDepthInMeters "2941"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.45833333333334"^^xsd:decimal ;
  geo-pos:long "-9.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3273'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-9.9666666666667'^^xsd:double;
  dwc:startLongitude '-10.1'^^xsd:double;
  dwc:endLongitude '-9.83333'^^xsd:double;
  dwc:latitude '73.458333333333'^^xsd:double;
  dwc:startLatitude '73.46667'^^xsd:double;
  dwc:endLatitude '73.45'^^xsd:double;
  dwc:minimumDepth '2937'^^xsd:integer;
  dwc:maximumDepth '2941'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3273'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.45833333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-9.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2937"^^xsd:integer ;
  dwc:maximumDepthInMeters "2941"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.45833333333334"^^xsd:decimal ;
  geo-pos:long "-9.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2786'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-9.9666666666667'^^xsd:double;
  dwc:startLongitude '-10.1'^^xsd:double;
  dwc:endLongitude '-9.83333'^^xsd:double;
  dwc:latitude '73.458333333333'^^xsd:double;
  dwc:startLatitude '73.46667'^^xsd:double;
  dwc:endLatitude '73.45'^^xsd:double;
  dwc:minimumDepth '2937'^^xsd:integer;
  dwc:maximumDepth '2941'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2786'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.45833333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-9.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2937"^^xsd:integer ;
  dwc:maximumDepthInMeters "2941"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.45833333333334"^^xsd:decimal ;
  geo-pos:long "-9.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3301'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-9.9666666666667'^^xsd:double;
  dwc:startLongitude '-10.1'^^xsd:double;
  dwc:endLongitude '-9.83333'^^xsd:double;
  dwc:latitude '73.458333333333'^^xsd:double;
  dwc:startLatitude '73.46667'^^xsd:double;
  dwc:endLatitude '73.45'^^xsd:double;
  dwc:minimumDepth '2937'^^xsd:integer;
  dwc:maximumDepth '2941'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3301'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.45833333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-9.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2937"^^xsd:integer ;
  dwc:maximumDepthInMeters "2941"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.45833333333334"^^xsd:decimal ;
  geo-pos:long "-9.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3480'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-9.9666666666667'^^xsd:double;
  dwc:startLongitude '-10.1'^^xsd:double;
  dwc:endLongitude '-9.83333'^^xsd:double;
  dwc:latitude '73.458333333333'^^xsd:double;
  dwc:startLatitude '73.46667'^^xsd:double;
  dwc:endLatitude '73.45'^^xsd:double;
  dwc:minimumDepth '2937'^^xsd:integer;
  dwc:maximumDepth '2941'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3480'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.45833333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-9.966666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2937"^^xsd:integer ;
  dwc:maximumDepthInMeters "2941"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.45833333333334 -9.966666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.45833333333334"^^xsd:decimal ;
  geo-pos:long "-9.966666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3137'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-9.9666666666667'^^xsd:double;
  dwc:startLongitude '-10.1'^^xsd:double;
  dwc:endLongitude '-9.83333'^^xsd:double;
  dwc:latitude '73.458333333333'^^xsd:double;
  dwc:startLatitude '73.46667'^^xsd:double;
  dwc:endLatitude '73.45'^^xsd:double;
  dwc:minimumDepth '2937'^^xsd:integer;
  dwc:maximumDepth '2941'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3137'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -9.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8"^^xsd:decimal ;
  dwc:decimalLongitude "-9.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3307"^^xsd:integer ;
  dwc:maximumDepthInMeters "3307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -9.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.8"^^xsd:decimal ;
  geo-pos:long "-9.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2420'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.8666666666667'^^xsd:double;
  dwc:latitude '39.8'^^xsd:double;
  dwc:minimumDepth '3307'^^xsd:integer;
  dwc:maximumDepth '3307'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2420'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -9.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8"^^xsd:decimal ;
  dwc:decimalLongitude "-9.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3307"^^xsd:integer ;
  dwc:maximumDepthInMeters "3307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -9.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.8"^^xsd:decimal ;
  geo-pos:long "-9.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2695'^^xsd:string;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.8666666666667'^^xsd:double;
  dwc:latitude '39.8'^^xsd:double;
  dwc:minimumDepth '3307'^^xsd:integer;
  dwc:maximumDepth '3307'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2695'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -9.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8"^^xsd:decimal ;
  dwc:decimalLongitude "-9.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3307"^^xsd:integer ;
  dwc:maximumDepthInMeters "3307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -9.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.8"^^xsd:decimal ;
  geo-pos:long "-9.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2726'^^xsd:string;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.8666666666667'^^xsd:double;
  dwc:latitude '39.8'^^xsd:double;
  dwc:minimumDepth '3307'^^xsd:integer;
  dwc:maximumDepth '3307'^^xsd:integer;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2726'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.03333333333333 -9.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.03333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2001"^^xsd:integer ;
  dwc:maximumDepthInMeters "2001"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.03333333333333 -9.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "57.03333333333333"^^xsd:decimal ;
  geo-pos:long "-9.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1625'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:longitude '-9.7833333333333'^^xsd:double;
  dwc:latitude '57.033333333333'^^xsd:double;
  dwc:minimumDepth '2001'^^xsd:integer;
  dwc:maximumDepth '2001'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1625'^^xsd:string;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -9.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4120"^^xsd:integer ;
  dwc:maximumDepthInMeters "4165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -9.73)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-9.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3257'^^xsd:string;
  dwc:scientificName 'Kelliola symmetros'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '-9.73'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:minimumDepth '4120'^^xsd:integer;
  dwc:maximumDepth '4165'^^xsd:integer;
  dwc:aphiaid '597705'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3257'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597705'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3284'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3284'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1803'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1803'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3247'^^xsd:string;
  dwc:scientificName 'Parvicardium minimum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '139010'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3247'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1417307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2793'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2793'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2418'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2418'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3312'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3312'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3747'^^xsd:string;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3747'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3751'^^xsd:string;
  dwc:scientificName 'Lyonsiella subquadrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '141951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3751'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2478'^^xsd:string;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2478'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3453'^^xsd:string;
  dwc:scientificName 'Cardiomya cadiziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Neaera curta Jeffreys, 1876, is a nomen nudum according to Poutiers, Bernard (1995:158). However, this is not the case, because the species was characterized briefly and differentiated from N. striata Jeffreys. The name is a primary homonym of Neaera cusp'^^xsd:string;
  dwc:aphiaid '505132'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3453'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '505132'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3496'^^xsd:string;
  dwc:scientificName 'Cuspidaria contracta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '407725'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3496'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3093'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3093'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2932'^^xsd:string;
  dwc:scientificName 'Propeamussium lucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '140714'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2932'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140714'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2741'^^xsd:string;
  dwc:scientificName 'Limopsis cristata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '140253'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2741'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '871910'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3631'^^xsd:string;
  dwc:scientificName 'Myonera angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '408524'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3631'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3675'^^xsd:string;
  dwc:scientificName 'Rhinoclama semistrigosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '408130'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3675'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408130'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3676'^^xsd:string;
  dwc:scientificName 'Rhinoclama teres'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '408133'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3676'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408133'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2682'^^xsd:string;
  dwc:scientificName 'Dacrydium vitreum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '539405'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2682'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2198'^^xsd:string;
  dwc:scientificName 'Tindaria sericea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '141682'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2198'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141682'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2482'^^xsd:string;
  dwc:scientificName 'Yoldiella semistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '142009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2482'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1711'^^xsd:string;
  dwc:scientificName 'Nucula tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '541949'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1711'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140590'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3011'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3011'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3470'^^xsd:string;
  dwc:scientificName 'Cuspidaria bicarinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: The date of description of this species usually is given as 1882, although it had been described prior to this in 1876. The reference of 1876 was cited erroneously by Warén, 1980 as “Neaera striata var. bicarinata” and treated as a taxon different from th'^^xsd:string;
  dwc:aphiaid '407524'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3470'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '407524'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3565'^^xsd:string;
  dwc:scientificName 'Cuspidaria rostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '407826'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3565'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '407824'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2724'^^xsd:string;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2724'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3175'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3175'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3680'^^xsd:string;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3680'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3688'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) ruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '732901'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3688'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '406449'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1607'^^xsd:string;
  dwc:scientificName 'Deminucula striatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '815945'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1607'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815944'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2215'^^xsd:string;
  dwc:scientificName 'Yoldia minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '141991'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2215'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '236684'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2000"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -9.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-9.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1612'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '-9.7166666666667'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:minimumDepth '2000'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1612'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "3992"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1822'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '3992'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1822'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "3992"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3329'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '3992'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3329'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "3992"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2610'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '3992'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2610'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "3992"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2715'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '3992'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2715'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "3992"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3161'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '3992'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3161'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3992"^^xsd:integer ;
  dwc:maximumDepthInMeters "3992"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2230'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '3992'^^xsd:integer;
  dwc:maximumDepth '3992'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2230'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.61666666666667 -9.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.61666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4097"^^xsd:integer ;
  dwc:maximumDepthInMeters "4097"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.61666666666667 -9.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.61666666666667"^^xsd:decimal ;
  geo-pos:long "-9.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2617'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6833333333333'^^xsd:double;
  dwc:latitude '47.616666666667'^^xsd:double;
  dwc:minimumDepth '4097'^^xsd:integer;
  dwc:maximumDepth '4097'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2617'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2339'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2339'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1815'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1815'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2869'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2869'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2890'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2890'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2818'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2818'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2352'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2352'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3727'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3727'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3739'^^xsd:string;
  dwc:scientificName 'Poromya sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '138373'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3739'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138373'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3806'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3806'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2045'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2045'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2961'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2961'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3523'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3523'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3424'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3424'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3062'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3062'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2508'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2508'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3365'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3365'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2274'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2274'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2157'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2157'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2944'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2944'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2485'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2485'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2516'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2516'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1992'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1992'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2006'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2006'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2976'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2976'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2838'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2838'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2603'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2603'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4354"^^xsd:integer ;
  dwc:maximumDepthInMeters "4354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2642'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4354'^^xsd:integer;
  dwc:maximumDepth '4354'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2642'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3592'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3592'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3606'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3606'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2169'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2169'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2220'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2220'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2312'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2312'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4190"^^xsd:integer ;
  dwc:maximumDepthInMeters "4190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1770'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4190'^^xsd:integer;
  dwc:maximumDepth '4190'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1770'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2876'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2876'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2823'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2823'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2359'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2359'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3335'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3335'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3774'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3774'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3810'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3810'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2488'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2488'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2010'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2010'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3413'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3413'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3536'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3536'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3099'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3099'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2521'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2521'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2119'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2119'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3693'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) simplis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '406451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3693'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139467'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2615'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2615'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3165'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3165'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2235'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2235'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2946'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2946'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3033'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3033'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2965'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2965'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3148'^^xsd:string;
  dwc:scientificName 'Thyasira atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Thyasira(Parathyasira) atlanticais a homonym of Thyasira (Thyasira) succisa atlantica Payne et Allen, 1991 (p. 500)'^^xsd:string;
  dwc:aphiaid '533496'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3148'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3614'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3614'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3661'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3661'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1779'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1779'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4125"^^xsd:integer ;
  dwc:maximumDepthInMeters "4125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2317'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4125'^^xsd:integer;
  dwc:maximumDepth '4125'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2317'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4327"^^xsd:integer ;
  dwc:maximumDepthInMeters "4327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2334'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4327'^^xsd:integer;
  dwc:maximumDepth '4327'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2334'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4327"^^xsd:integer ;
  dwc:maximumDepthInMeters "4327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2893'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4327'^^xsd:integer;
  dwc:maximumDepth '4327'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2893'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4327"^^xsd:integer ;
  dwc:maximumDepthInMeters "4327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2046'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4327'^^xsd:integer;
  dwc:maximumDepth '4327'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2046'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4327"^^xsd:integer ;
  dwc:maximumDepthInMeters "4327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2839'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4327'^^xsd:integer;
  dwc:maximumDepth '4327'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2839'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4327"^^xsd:integer ;
  dwc:maximumDepthInMeters "4327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2556'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4327'^^xsd:integer;
  dwc:maximumDepth '4327'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2556'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4327"^^xsd:integer ;
  dwc:maximumDepthInMeters "4327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2640'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4327'^^xsd:integer;
  dwc:maximumDepth '4327'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2640'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4327"^^xsd:integer ;
  dwc:maximumDepthInMeters "4327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2270'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4327'^^xsd:integer;
  dwc:maximumDepth '4327'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2270'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4327"^^xsd:integer ;
  dwc:maximumDepthInMeters "4327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2158'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4327'^^xsd:integer;
  dwc:maximumDepth '4327'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2158'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2857'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2857'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2342'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2342'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3767'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3767'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2948'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2948'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2955'^^xsd:string;
  dwc:scientificName 'Limatula louiseae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '505543'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2955'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '505543'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3408'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3408'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3514'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3514'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3048'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3048'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2505'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2505'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3380'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3380'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3219'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3219'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3121'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3121'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2833'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2833'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2150'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2150'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3627'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3627'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4211"^^xsd:integer ;
  dwc:maximumDepthInMeters "4211"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2265'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4211'^^xsd:integer;
  dwc:maximumDepth '4211'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2265'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1828'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1828'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1823'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1823'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2870'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2870'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2819'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2819'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2329'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2329'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3730'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3730'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3740'^^xsd:string;
  dwc:scientificName 'Poromya sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '138373'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3740'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138373'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3771'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3771'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2945'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2945'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2486'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2486'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2517'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2517'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3425'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3425'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1816'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1816'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1945'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1945'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2133'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2133'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3593'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3593'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3607'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3607'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3612'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3612'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3654'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3654'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2604'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2604'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3153'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3153'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3162'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3162'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2256'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2256'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2231'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2231'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2221'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2221'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3383'^^xsd:string;
  dwc:scientificName 'Isorropodon elongatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '1054988'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3383'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1862871'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3366'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3366'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2019'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2019'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2962'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2962'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2527'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2527'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3548'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3548'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2611'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2611'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2625'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2625'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2115'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2115'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4260"^^xsd:integer ;
  dwc:maximumDepthInMeters "4260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3658'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4260'^^xsd:integer;
  dwc:maximumDepth '4260'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3658'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2313'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2313'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4144"^^xsd:integer ;
  dwc:maximumDepthInMeters "4144"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1771'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4144'^^xsd:integer;
  dwc:maximumDepth '4144'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1771'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4209"^^xsd:integer ;
  dwc:maximumDepthInMeters "4209"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1780'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4209'^^xsd:integer;
  dwc:maximumDepth '4209'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1780'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4134"^^xsd:integer ;
  dwc:maximumDepthInMeters "4134"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1785'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4134'^^xsd:integer;
  dwc:maximumDepth '4134'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1785'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1804'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1804'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2419'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2419'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3389'^^xsd:string;
  dwc:scientificName 'Abra nitida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '141435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3389'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2933'^^xsd:string;
  dwc:scientificName 'Propeamussium lucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '140714'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2933'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140714'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3008'^^xsd:string;
  dwc:scientificName 'Limea sarsii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '153012'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3008'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156214'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1710'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1710'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1712'^^xsd:string;
  dwc:scientificName 'Nucula tumidula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '541949'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1712'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140590'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2738'^^xsd:string;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2738'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2000'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2000'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2725'^^xsd:string;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2725'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2742'^^xsd:string;
  dwc:scientificName 'Limopsis cristata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '140253'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2742'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '871910'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2761'^^xsd:string;
  dwc:scientificName 'Delectopecten vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '140702'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2761'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3689'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) ruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '732901'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3689'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '406449'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3391'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: 1360–5300'^^xsd:string;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3391'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3431'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3431'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3454'^^xsd:string;
  dwc:scientificName 'Cardiomya cadiziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '505132'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3454'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '505132'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2686'^^xsd:string;
  dwc:scientificName 'Dacrydium wareni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '140451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2686'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140451'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2694'^^xsd:string;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2694'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3650'^^xsd:string;
  dwc:scientificName 'Rhinoclama nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '408122'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3650'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408122'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3681'^^xsd:string;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3681'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.616666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2018"^^xsd:integer ;
  dwc:maximumDepthInMeters "2018"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.016666666666666 -9.616666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.016666666666666"^^xsd:decimal ;
  geo-pos:long "-9.616666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1614'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-9.6166666666667'^^xsd:double;
  dwc:latitude '43.016666666667'^^xsd:double;
  dwc:minimumDepth '2018'^^xsd:integer;
  dwc:maximumDepth '2018'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1614'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2892'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2892'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2810'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2810'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2332'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2332'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2368'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2368'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2499'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2499'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2152'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2152'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2638'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2638'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2553'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2553'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2042'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2042'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1973'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1973'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4316"^^xsd:integer ;
  dwc:maximumDepthInMeters "4316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2268'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:minimumDepth '4316'^^xsd:integer;
  dwc:maximumDepth '4316'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2268'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4120"^^xsd:integer ;
  dwc:maximumDepthInMeters "4120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2872'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4120'^^xsd:integer;
  dwc:maximumDepth '4120'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2872'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4120"^^xsd:integer ;
  dwc:maximumDepthInMeters "4120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1819'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4120'^^xsd:integer;
  dwc:maximumDepth '4120'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1819'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1814'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1814'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2868'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2868'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2817'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2817'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3770'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3770'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2484'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2484'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2005'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2005'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2515'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2515'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3522'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3522'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2111'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2111'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2943'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2943'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3364'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3364'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3605'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3605'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2602'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2602'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2219'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2219'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1944'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1944'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3423'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3423'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2113'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2113'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2311'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2311'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4226"^^xsd:integer ;
  dwc:maximumDepthInMeters "4226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1769'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4226'^^xsd:integer;
  dwc:maximumDepth '4226'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1769'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.598333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4237"^^xsd:integer ;
  dwc:maximumDepthInMeters "4237"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.598333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1829'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5983333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4237'^^xsd:integer;
  dwc:maximumDepth '4237'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1829'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.598333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4237"^^xsd:integer ;
  dwc:maximumDepthInMeters "4237"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.598333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1961'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5983333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4237'^^xsd:integer;
  dwc:maximumDepth '4237'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1961'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.598333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4237"^^xsd:integer ;
  dwc:maximumDepthInMeters "4237"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.598333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2972'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5983333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4237'^^xsd:integer;
  dwc:maximumDepth '4237'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2972'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.598333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4237"^^xsd:integer ;
  dwc:maximumDepthInMeters "4237"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.598333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3670'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5983333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4237'^^xsd:integer;
  dwc:maximumDepth '4237'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3670'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.598333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4237"^^xsd:integer ;
  dwc:maximumDepthInMeters "4237"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.598333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2626'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5983333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4237'^^xsd:integer;
  dwc:maximumDepth '4237'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2626'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.598333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4237"^^xsd:integer ;
  dwc:maximumDepthInMeters "4237"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.598333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3109'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5983333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4237'^^xsd:integer;
  dwc:maximumDepth '4237'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3109'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.598333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4237"^^xsd:integer ;
  dwc:maximumDepthInMeters "4237"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.598333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.598333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2134'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5983333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4237'^^xsd:integer;
  dwc:maximumDepth '4237'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2134'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1827'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1827'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2879'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2879'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2825'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2825'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2363'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2363'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3342'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3342'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2321'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2321'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3416'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3416'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2969'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2969'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2523'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2523'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1718'^^xsd:string;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1718'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3546'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3546'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3620'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3620'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2014'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2014'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3106'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3106'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2619'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2619'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1781'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1781'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2211'^^xsd:string;
  dwc:scientificName 'Microgloma yongei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '506521'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2211'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506521'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4150"^^xsd:integer ;
  dwc:maximumDepthInMeters "4150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2241'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4150'^^xsd:integer;
  dwc:maximumDepth '4150'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2241'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4104"^^xsd:integer ;
  dwc:maximumDepthInMeters "4104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1821'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4104'^^xsd:integer;
  dwc:maximumDepth '4104'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1821'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4104"^^xsd:integer ;
  dwc:maximumDepthInMeters "4104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3160'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4104'^^xsd:integer;
  dwc:maximumDepth '4104'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3160'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4104"^^xsd:integer ;
  dwc:maximumDepthInMeters "4104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3410'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4104'^^xsd:integer;
  dwc:maximumDepth '4104'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3410'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4104"^^xsd:integer ;
  dwc:maximumDepthInMeters "4104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2609'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4104'^^xsd:integer;
  dwc:maximumDepth '4104'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2609'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4104"^^xsd:integer ;
  dwc:maximumDepthInMeters "4104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2316'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4104'^^xsd:integer;
  dwc:maximumDepth '4104'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2316'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3289'^^xsd:string;
  dwc:scientificName 'Montacuta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '138185'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3289'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138185'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2341'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2341'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3263'^^xsd:string;
  dwc:scientificName 'Montacuta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '138185'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3263'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138185'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3716'^^xsd:string;
  dwc:scientificName 'Protocuspidaria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '137861'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3716'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137861'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2372'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2372'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3734'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3734'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2041'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2041'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3007'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3007'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2552'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2552'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3218'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3218'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3558'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3558'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3626'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3626'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3673'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3673'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2149'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2149'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2713'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2713'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2264'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2264'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3379'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3379'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2469'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2469'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3407'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3407'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4251"^^xsd:integer ;
  dwc:maximumDepthInMeters "4251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2171'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '4251'^^xsd:integer;
  dwc:maximumDepth '4251'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2171'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4250"^^xsd:integer ;
  dwc:maximumDepthInMeters "4265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3258'^^xsd:string;
  dwc:scientificName 'Kelliola symmetros'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4250'^^xsd:integer;
  dwc:maximumDepth '4265'^^xsd:integer;
  dwc:aphiaid '597705'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3258'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597705'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2336'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4281'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2336'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2338'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2338'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2887'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4281'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2887'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2889'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2889'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2366'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4281'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2366'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2040'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4281'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2040'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1975'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1975'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2975'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2975'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2837'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2837'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2504'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4281'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2504'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2507'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2507'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2271'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4281'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2271'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2641'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2641'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2156'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2156'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2044'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2044'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2551'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4281'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2551'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2835'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4281'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2835'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2147'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4281'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2147'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4277"^^xsd:integer ;
  dwc:maximumDepthInMeters "4294"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2273'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '4277'^^xsd:integer;
  dwc:maximumDepth '4294'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2273'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4300"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2337'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4300'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2337'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4296"^^xsd:integer ;
  dwc:maximumDepthInMeters "4296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2891'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4296'^^xsd:integer;
  dwc:maximumDepth '4296'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2891'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1834'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1834'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2882'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2882'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4300"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2888'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4300'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2888'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4296"^^xsd:integer ;
  dwc:maximumDepthInMeters "4296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2331'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4296'^^xsd:integer;
  dwc:maximumDepth '4296'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2331'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4250"^^xsd:integer ;
  dwc:maximumDepthInMeters "4250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2333'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4250'^^xsd:integer;
  dwc:maximumDepth '4250'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2333'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2355'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2355'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4300"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2367'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4300'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2367'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4250"^^xsd:integer ;
  dwc:maximumDepthInMeters "4250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2369'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4250'^^xsd:integer;
  dwc:maximumDepth '4250'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2369'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3348'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3348'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2325'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2325'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2492'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2492'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4296"^^xsd:integer ;
  dwc:maximumDepthInMeters "4296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1972'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4296'^^xsd:integer;
  dwc:maximumDepth '4296'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1972'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4250"^^xsd:integer ;
  dwc:maximumDepthInMeters "4250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2500'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4250'^^xsd:integer;
  dwc:maximumDepth '4250'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2500'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4296"^^xsd:integer ;
  dwc:maximumDepthInMeters "4296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2977'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4296'^^xsd:integer;
  dwc:maximumDepth '4296'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2977'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2971'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2971'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4300"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2974'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4300'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2974'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3421'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3421'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4300"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2836'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4300'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2836'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2528'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2528'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4250"^^xsd:integer ;
  dwc:maximumDepthInMeters "4250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2555'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4250'^^xsd:integer;
  dwc:maximumDepth '4250'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2555'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1928'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1928'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3552'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3552'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4296"^^xsd:integer ;
  dwc:maximumDepthInMeters "4296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2148'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4296'^^xsd:integer;
  dwc:maximumDepth '4296'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2148'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4300"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2151'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4300'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2151'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4300"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2272'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4300'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2272'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2607'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2607'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4250"^^xsd:integer ;
  dwc:maximumDepthInMeters "4250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2639'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4250'^^xsd:integer;
  dwc:maximumDepth '4250'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2639'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4296"^^xsd:integer ;
  dwc:maximumDepthInMeters "4296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2267'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4296'^^xsd:integer;
  dwc:maximumDepth '4296'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2267'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4250"^^xsd:integer ;
  dwc:maximumDepthInMeters "4250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2269'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4250'^^xsd:integer;
  dwc:maximumDepth '4250'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2269'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4250"^^xsd:integer ;
  dwc:maximumDepthInMeters "4250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2154'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4250'^^xsd:integer;
  dwc:maximumDepth '4250'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2154'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2168'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2168'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4300"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2506'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4300'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2506'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4296"^^xsd:integer ;
  dwc:maximumDepthInMeters "4296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2498'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4296'^^xsd:integer;
  dwc:maximumDepth '4296'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2498'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3111'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3111'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2629'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2629'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2126'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2126'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3710'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3710'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3624'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3624'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1787'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1787'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4240"^^xsd:integer ;
  dwc:maximumDepthInMeters "4240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2249'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4240'^^xsd:integer;
  dwc:maximumDepth '4240'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2249'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2343'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2343'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3241'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3241'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3796'^^xsd:string;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3796'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2373'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2373'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3735'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3735'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2043'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2043'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1974'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1974'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3409'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3409'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2834'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2834'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3049'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3049'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2600'^^xsd:string;
  dwc:scientificName 'Yoldiella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '138673'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2600'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138673'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2554'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2554'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3381'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3381'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2470'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2470'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3628'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3628'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2266'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2266'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2172'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2172'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2949'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2949'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2973'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2973'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2714'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2714'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2153'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2153'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3595'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3595'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3674'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3674'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1763'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1763'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1833'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1833'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2881'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2881'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2826'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2826'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3235'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3235'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2364'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2364'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3729'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3729'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3317'^^xsd:string;
  dwc:scientificName '''Kelliella  sp. sp.
'''^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '138093'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3317'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138093'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3347'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3347'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2324'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2324'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2491'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2491'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1960'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1960'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2526'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2526'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2125'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2125'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3623'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3623'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3668'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3668'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2624'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2624'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3110'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3110'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3146'^^xsd:string;
  dwc:scientificName 'Mendicula transversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '815953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3146'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '851923'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3785'^^xsd:string;
  dwc:scientificName 'Policordia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '138655'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3785'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138655'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2248'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2248'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2017'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2017'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2970'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2970'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3420'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3420'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3167'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3167'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4228"^^xsd:integer ;
  dwc:maximumDepthInMeters "4228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1786'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:minimumDepth '4228'^^xsd:integer;
  dwc:maximumDepth '4228'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1786'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2873'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2873'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2356'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2356'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3325'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3325'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2963'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2963'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3094'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3094'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3022'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3022'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1818'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1818'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2114'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2114'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2608'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2608'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3156'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3156'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3608'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3608'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3656'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3656'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4160"^^xsd:integer ;
  dwc:maximumDepthInMeters "4160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1773'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '4160'^^xsd:integer;
  dwc:maximumDepth '4160'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1773'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4268"^^xsd:integer ;
  dwc:maximumDepthInMeters "4268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2155'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:longitude '-9.5333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '4268'^^xsd:integer;
  dwc:maximumDepth '4268'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2155'^^xsd:string;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4023"^^xsd:integer ;
  dwc:maximumDepthInMeters "4023"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1824'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4023'^^xsd:integer;
  dwc:maximumDepth '4023'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1824'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4023"^^xsd:integer ;
  dwc:maximumDepthInMeters "4023"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2874'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4023'^^xsd:integer;
  dwc:maximumDepth '4023'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2874'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4023"^^xsd:integer ;
  dwc:maximumDepthInMeters "4023"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2821'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4023'^^xsd:integer;
  dwc:maximumDepth '4023'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2821'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4023"^^xsd:integer ;
  dwc:maximumDepthInMeters "4023"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1950'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4023'^^xsd:integer;
  dwc:maximumDepth '4023'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1950'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4023"^^xsd:integer ;
  dwc:maximumDepthInMeters "4023"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3660'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.5333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '4023'^^xsd:integer;
  dwc:maximumDepth '4023'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3660'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2877'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2877'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2360'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2360'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3336'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3336'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3811'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3811'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2318'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2318'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2947'^^xsd:string;
  dwc:scientificName 'Limatula celtica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '181311'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2947'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1956'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1956'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3414'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3414'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3100'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3100'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2120'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2120'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3615'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3615'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3643'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3643'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3662'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3662'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2616'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2616'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2183'^^xsd:string;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2183'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3648'^^xsd:string;
  dwc:scientificName 'Myonera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '137860'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3648'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137860'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.466666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4050"^^xsd:integer ;
  dwc:maximumDepthInMeters "4050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.466666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.466666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2236'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.4666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '4050'^^xsd:integer;
  dwc:maximumDepth '4050'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2236'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43333333333333 -9.333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4700"^^xsd:integer ;
  dwc:maximumDepthInMeters "4700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43333333333333 -9.333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "45.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3401'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:longitude '-9.3333333333333'^^xsd:double;
  dwc:latitude '45.433333333333'^^xsd:double;
  dwc:minimumDepth '4700'^^xsd:integer;
  dwc:maximumDepth '4700'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3401'^^xsd:string;
  dwc:observationDate '1910-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 -9.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "-9.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4787"^^xsd:integer ;
  dwc:maximumDepthInMeters "4787"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 -9.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "-9.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2758'^^xsd:string;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-9.2666666666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '4787'^^xsd:integer;
  dwc:maximumDepth '4787'^^xsd:integer;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2758'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4140"^^xsd:integer ;
  dwc:maximumDepthInMeters "4140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2618'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '4140'^^xsd:integer;
  dwc:maximumDepth '4140'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2618'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4140"^^xsd:integer ;
  dwc:maximumDepthInMeters "4140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2239'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '4140'^^xsd:integer;
  dwc:maximumDepth '4140'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2239'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1885'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1885'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2435'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2435'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3234'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3234'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3756'^^xsd:string;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3756'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2012'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2012'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3538'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3538'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3078'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3078'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3034'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3034'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3617'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3617'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3634'^^xsd:string;
  dwc:scientificName 'Myonera angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '408524'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3634'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2674'^^xsd:string;
  dwc:scientificName 'Dacrydium sandersi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '140448'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2674'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3101'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3101'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2775"^^xsd:integer ;
  dwc:maximumDepthInMeters "2775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -9.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-9.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3705'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2775'^^xsd:integer;
  dwc:maximumDepth '2775'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3705'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2847'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2847'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2800'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2800'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2361'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2361'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2966'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2966'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2915'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2915'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3663'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3663'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2938'^^xsd:string;
  dwc:scientificName 'Propeamussium lucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '140714'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2938'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140714'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2103'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2103'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2011'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2011'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3537'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3537'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3616'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3616'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.501333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "-9.117666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2906"^^xsd:integer ;
  dwc:maximumDepthInMeters "2906"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.501333333333335 -9.117666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.501333333333335"^^xsd:decimal ;
  geo-pos:long "-9.117666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3633'^^xsd:string;
  dwc:scientificName 'Myonera angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1176666666667'^^xsd:double;
  dwc:latitude '47.501333333333'^^xsd:double;
  dwc:minimumDepth '2906'^^xsd:integer;
  dwc:maximumDepth '2906'^^xsd:integer;
  dwc:aphiaid '408524'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3633'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3793'^^xsd:string;
  dwc:scientificName 'Vertambitus triangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '405109'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3793'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2319'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2319'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2967'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2967'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2104'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2104'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3618'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3618'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3102'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3102'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1957'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1957'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3415'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3415'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3539'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3539'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3664'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3664'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3694'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) simplis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '406451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3694'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139467'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3742"^^xsd:integer ;
  dwc:maximumDepthInMeters "3742"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.43333333333333 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.43333333333333"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2238'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.433333333333'^^xsd:double;
  dwc:minimumDepth '3742'^^xsd:integer;
  dwc:maximumDepth '3742'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2238'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1832'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1832'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1820'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1820'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2846'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2846'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2430'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2430'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2357'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2357'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3346'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3346'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2323'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2323'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1949'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1949'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2008'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2008'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2964'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2964'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3507'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3507'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3419'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3419'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3077'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3077'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2520'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2520'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2102'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2102'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1756'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1756'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1684'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1684'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2124'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2124'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3657'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3657'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3667'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3667'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2623'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2623'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2247'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2247'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2229'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2229'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1959'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1959'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2490'^^xsd:string;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2490'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2525'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2525'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2673'^^xsd:string;
  dwc:scientificName 'Dacrydium sandersi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '140448'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2673'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3611'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3611'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3622'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3622'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3206'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3206'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3250"^^xsd:integer ;
  dwc:maximumDepthInMeters "3250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1784'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3250'^^xsd:integer;
  dwc:maximumDepth '3250'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1784'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3548"^^xsd:integer ;
  dwc:maximumDepthInMeters "3548"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2315'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3548'^^xsd:integer;
  dwc:maximumDepth '3548'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2315'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3056"^^xsd:integer ;
  dwc:maximumDepthInMeters "3056"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2804'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '3056'^^xsd:integer;
  dwc:maximumDepth '3056'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2804'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2442'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2442'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3777'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3777'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2016'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2016'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2924'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2924'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3551'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3551'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2677'^^xsd:string;
  dwc:scientificName 'Dacrydium sandersi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '140448'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2677'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3210'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3210'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3041'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3041'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3090'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3090'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2777"^^xsd:integer ;
  dwc:maximumDepthInMeters "2777"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.116666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.116666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2246'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2777'^^xsd:integer;
  dwc:maximumDepth '2777'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2246'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3100"^^xsd:integer ;
  dwc:maximumDepthInMeters "3100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2806'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '3100'^^xsd:integer;
  dwc:maximumDepth '3100'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2806'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2963"^^xsd:integer ;
  dwc:maximumDepthInMeters "2963"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3695'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) simplis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2963'^^xsd:integer;
  dwc:maximumDepth '2963'^^xsd:integer;
  dwc:aphiaid '406451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3695'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139467'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1861'^^xsd:string;
  dwc:scientificName 'Katadesmia polita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '506210'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1861'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3337'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3337'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3229'^^xsd:string;
  dwc:scientificName 'Thyasira succisa succisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '815961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3229'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3706'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3706'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2675'^^xsd:string;
  dwc:scientificName 'Dacrydium sandersi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '140448'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2675'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3207'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3207'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3587'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3587'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2237'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2237'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3079'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3079'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2790"^^xsd:integer ;
  dwc:maximumDepthInMeters "2790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3508'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2790'^^xsd:integer;
  dwc:maximumDepth '2790'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3508'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2805"^^xsd:integer ;
  dwc:maximumDepthInMeters "2805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2015'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:minimumDepth '2805'^^xsd:integer;
  dwc:maximumDepth '2805'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2015'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2805"^^xsd:integer ;
  dwc:maximumDepthInMeters "2805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2108'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:minimumDepth '2805'^^xsd:integer;
  dwc:maximumDepth '2805'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2108'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2805"^^xsd:integer ;
  dwc:maximumDepthInMeters "2805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1916'^^xsd:string;
  dwc:scientificName 'Malletia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:minimumDepth '2805'^^xsd:integer;
  dwc:maximumDepth '2805'^^xsd:integer;
  dwc:aphiaid '151906'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1916'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '151906'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2805"^^xsd:integer ;
  dwc:maximumDepthInMeters "2805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2160'^^xsd:string;
  dwc:scientificName 'Ledella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:minimumDepth '2805'^^xsd:integer;
  dwc:maximumDepth '2805'^^xsd:integer;
  dwc:aphiaid '182795'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2160'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '182795'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2805"^^xsd:integer ;
  dwc:maximumDepthInMeters "2805"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3550'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:minimumDepth '2805'^^xsd:integer;
  dwc:maximumDepth '2805'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3550'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.49333333333333 -9.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.49333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2878"^^xsd:integer ;
  dwc:maximumDepthInMeters "2878"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.49333333333333 -9.075)"^^geo:wktLiteral ;
  geo-pos:lat "47.49333333333333"^^xsd:decimal ;
  geo-pos:long "-9.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2445'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.075'^^xsd:double;
  dwc:latitude '47.493333333333'^^xsd:double;
  dwc:minimumDepth '2878'^^xsd:integer;
  dwc:maximumDepth '2878'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2445'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.49333333333333 -9.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.49333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2878"^^xsd:integer ;
  dwc:maximumDepthInMeters "2878"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.49333333333333 -9.075)"^^geo:wktLiteral ;
  geo-pos:lat "47.49333333333333"^^xsd:decimal ;
  geo-pos:long "-9.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2018'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.075'^^xsd:double;
  dwc:latitude '47.493333333333'^^xsd:double;
  dwc:minimumDepth '2878'^^xsd:integer;
  dwc:maximumDepth '2878'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2018'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.49333333333333 -9.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.49333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2878"^^xsd:integer ;
  dwc:maximumDepthInMeters "2878"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.49333333333333 -9.075)"^^geo:wktLiteral ;
  geo-pos:lat "47.49333333333333"^^xsd:decimal ;
  geo-pos:long "-9.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2939'^^xsd:string;
  dwc:scientificName 'Propeamussium lucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.075'^^xsd:double;
  dwc:latitude '47.493333333333'^^xsd:double;
  dwc:minimumDepth '2878'^^xsd:integer;
  dwc:maximumDepth '2878'^^xsd:integer;
  dwc:aphiaid '140714'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2939'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140714'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2428'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2428'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2397'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2397'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3326'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3326'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3464'^^xsd:string;
  dwc:scientificName 'Cardiomya knudseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '139435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3464'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3506'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3506'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3072'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3072'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3225'^^xsd:string;
  dwc:scientificName 'Thyasira succisa succisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '815961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3225'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3609'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3609'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3632'^^xsd:string;
  dwc:scientificName 'Myonera angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '408524'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3632'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2672'^^xsd:string;
  dwc:scientificName 'Dacrydium sandersi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '140448'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2672'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3157'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3157'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3181'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3181'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3205'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3205'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2908'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2908'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2813"^^xsd:integer ;
  dwc:maximumDepthInMeters "2813"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2228'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2813'^^xsd:integer;
  dwc:maximumDepth '2813'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2228'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -9.066666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.066666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3345"^^xsd:integer ;
  dwc:maximumDepthInMeters "3345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -9.066666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-9.066666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3328'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-9.0666666666667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:minimumDepth '3345'^^xsd:integer;
  dwc:maximumDepth '3345'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3328'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.016666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.016666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.016666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.016666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3728'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.0166666666667'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3728'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.016666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.016666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3800"^^xsd:integer ;
  dwc:maximumDepthInMeters "3800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.016666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.016666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3666'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.0166666666667'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:minimumDepth '3800'^^xsd:integer;
  dwc:maximumDepth '3800'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3666'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2878'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2878'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2362'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2362'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3341'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3341'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3776'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3776'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2320'^^xsd:string;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2320'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1958'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1958'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2013'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2013'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2107'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2107'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3665'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3665'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3105'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3105'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2184'^^xsd:string;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2184'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2240'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2240'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3000"^^xsd:integer ;
  dwc:maximumDepthInMeters "3000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2919'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3000'^^xsd:integer;
  dwc:maximumDepth '3000'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2919'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2968'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2968'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2522'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2522'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2121'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2121'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3619'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3619'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3480"^^xsd:integer ;
  dwc:maximumDepthInMeters "3480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2166'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '3480'^^xsd:integer;
  dwc:maximumDepth '3480'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2166'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.983333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "2695"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.983333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2439'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.9833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '2695'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2439'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.983333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "2695"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.983333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3080'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.9833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '2695'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3080'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.983333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "2695"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.983333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3544'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.9833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '2695'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3544'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.983333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "2695"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.983333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3708'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.9833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '2695'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3708'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.983333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2695"^^xsd:integer ;
  dwc:maximumDepthInMeters "2695"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.983333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.983333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2676'^^xsd:string;
  dwc:scientificName 'Dacrydium sandersi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.9833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2695'^^xsd:integer;
  dwc:maximumDepth '2695'^^xsd:integer;
  dwc:aphiaid '140448'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2676'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2926'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-8.8166666666667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2926'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.766666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.766666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.766666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.766666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3492'^^xsd:string;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3492'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2103"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2395'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2103'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2395'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2103"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2904'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2103'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2904'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2103"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3461'^^xsd:string;
  dwc:scientificName 'Cardiomya knudseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2103'^^xsd:integer;
  dwc:aphiaid '139435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3461'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2103"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3520'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2103'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3520'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2103"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3637'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2103'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3637'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2103"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2649'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2103'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2649'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2103"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3177'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2103'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3177'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2350"^^xsd:integer ;
  dwc:maximumDepthInMeters "2350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1891'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2350'^^xsd:integer;
  dwc:maximumDepth '2350'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1891'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2350"^^xsd:integer ;
  dwc:maximumDepthInMeters "2350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3646'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2350'^^xsd:integer;
  dwc:maximumDepth '2350'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3646'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2396'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2396'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1875'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1875'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2905'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2905'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3769'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3769'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3805'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3805'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1618'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1618'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1653'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1653'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2078'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2078'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2567'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2567'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2988'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2988'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3638'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3638'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3692'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) simplis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '406451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3692'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139467'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2650'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2650'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2960'^^xsd:string;
  dwc:scientificName 'Limatula margaretae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '181309'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2960'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181309'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3018'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3018'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3462'^^xsd:string;
  dwc:scientificName 'Cardiomya knudseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '139435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3462'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3505'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3505'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3521'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3521'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3178'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3178'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1894'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1894'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2803'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2803'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2411'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2411'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3086'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3086'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2587'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2587'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3547'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3547'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3647'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3647'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2665'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2665'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2923'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2923'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2076'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2076'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3087'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3087'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2295'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2295'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3713'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3713'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2171"^^xsd:integer ;
  dwc:maximumDepthInMeters "2171"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3669'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7333333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3669'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2119"^^xsd:integer ;
  dwc:maximumDepthInMeters "2119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1877'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.7166666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2119'^^xsd:integer;
  dwc:maximumDepth '2119'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1877'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3645'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6833333333333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3645'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2325"^^xsd:integer ;
  dwc:maximumDepthInMeters "2325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-8.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2394'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6833333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '2325'^^xsd:integer;
  dwc:maximumDepth '2325'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2394'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2325"^^xsd:integer ;
  dwc:maximumDepthInMeters "2325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-8.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3504'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6833333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '2325'^^xsd:integer;
  dwc:maximumDepth '2325'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3504'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2325"^^xsd:integer ;
  dwc:maximumDepthInMeters "2325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-8.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3519'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6833333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '2325'^^xsd:integer;
  dwc:maximumDepth '2325'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3519'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2325"^^xsd:integer ;
  dwc:maximumDepthInMeters "2325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-8.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2566'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6833333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '2325'^^xsd:integer;
  dwc:maximumDepth '2325'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2566'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2325"^^xsd:integer ;
  dwc:maximumDepthInMeters "2325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-8.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3176'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6833333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '2325'^^xsd:integer;
  dwc:maximumDepth '2325'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3176'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2325"^^xsd:integer ;
  dwc:maximumDepthInMeters "2325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-8.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3071'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6833333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '2325'^^xsd:integer;
  dwc:maximumDepth '2325'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3071'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.683333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2325"^^xsd:integer ;
  dwc:maximumDepthInMeters "2325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63333333333333 -8.683333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.63333333333333"^^xsd:decimal ;
  geo-pos:long "-8.683333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3699'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6833333333333'^^xsd:double;
  dwc:latitude '47.633333333333'^^xsd:double;
  dwc:minimumDepth '2325'^^xsd:integer;
  dwc:maximumDepth '2325'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3699'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1887'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1887'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2436'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2436'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2404'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2404'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3338'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3338'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3758'^^xsd:string;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3758'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3541'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3541'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3209'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3209'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2996'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2996'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3644'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3644'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2289'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2289'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2916'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2916'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2068'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2068'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3036'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3036'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3082'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3082'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1688'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1688'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3103'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3103'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2661'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2661'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3707'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3707'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2392'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2392'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1879'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1879'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2808'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2808'^^xsd:string;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2399'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2399'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2902'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2902'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3772'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3772'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2059'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2059'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2061'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2061'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3517'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3517'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3528'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3528'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2563'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2563'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2572'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2572'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2175"^^xsd:integer ;
  dwc:maximumDepthInMeters "2175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2927'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2175'^^xsd:integer;
  dwc:maximumDepth '2175'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2927'^^xsd:string;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2472'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '142001'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2472'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142001'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3700'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3700'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3184'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3184'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3584'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3584'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1755'^^xsd:string;
  dwc:scientificName 'Bathyspinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '181261'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1755'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3023'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3023'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2990'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2990'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2226"^^xsd:integer ;
  dwc:maximumDepthInMeters "2226"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3074'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2226'^^xsd:integer;
  dwc:maximumDepth '2226'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3074'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2279'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2165'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2279'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2393'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2393'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1874'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1874'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2796'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2796'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2903'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2903'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3726'^^xsd:string;
  dwc:scientificName 'Cetomya tornata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '507999'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3726'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3768'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3768'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2077'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2077'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3501'^^xsd:string;
  dwc:scientificName 'Cuspidaria jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '139447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3501'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3017'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3017'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1749'^^xsd:string;
  dwc:scientificName 'Bathyspinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '506286'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1749'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3591'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3591'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2565'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2565'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3460'^^xsd:string;
  dwc:scientificName 'Cardiomya knudseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '139435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3460'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3518'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3518'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2648'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2648'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2246"^^xsd:integer ;
  dwc:maximumDepthInMeters "2246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3691'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) simplis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2246'^^xsd:integer;
  dwc:maximumDepth '2246'^^xsd:integer;
  dwc:aphiaid '406451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3691'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139467'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2360"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2408'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:minimumDepth '2360'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2408'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2360"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3085'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:minimumDepth '2360'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3085'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2360"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3190'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:minimumDepth '2360'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3190'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.666666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.666666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2360"^^xsd:integer ;
  dwc:maximumDepthInMeters "2360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.666666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.666666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3545'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6666666666667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:minimumDepth '2360'^^xsd:integer;
  dwc:maximumDepth '2360'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3545'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2165"^^xsd:integer ;
  dwc:maximumDepthInMeters "2225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2853'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2165'^^xsd:integer;
  dwc:maximumDepth '2225'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2853'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2115"^^xsd:integer ;
  dwc:maximumDepthInMeters "2115"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2807'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2115'^^xsd:integer;
  dwc:maximumDepth '2115'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2807'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2020'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2020'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2100"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2921'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.64'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2921'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1893'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1893'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2802'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2802'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2410'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2410'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2075'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2075'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3712'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3712'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2294'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2294'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2922'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2922'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2586'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2586'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2177"^^xsd:integer ;
  dwc:maximumDepthInMeters "2177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2664'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '2177'^^xsd:integer;
  dwc:maximumDepth '2177'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2664'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1886'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1886'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1889'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1889'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2824'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2824'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2798'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2798'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2403'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2403'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3717'^^xsd:string;
  dwc:scientificName 'Cetoconcha braziliensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '140842'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3717'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140842'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2407'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2407'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3775'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3775'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3230'^^xsd:string;
  dwc:scientificName 'Thyasira succisa succisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '815961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3230'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3509'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3509'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3540'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3540'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3543'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3543'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3081'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3081'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3035'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3035'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2579'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2579'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2913'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2913'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3709'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3709'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2288'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2288'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2658'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2658'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2660'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2660'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2474'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '142001'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2474'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142001'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2071'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2071'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2993'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2993'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2995'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2995'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2581'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2581'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3493'^^xsd:string;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3493'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2245"^^xsd:integer ;
  dwc:maximumDepthInMeters "2245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2106'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2245'^^xsd:integer;
  dwc:maximumDepth '2245'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2106'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.633333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.633333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.633333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3642'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6333333333333'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3642'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63433333333333 -8.600166666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63433333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.600166666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63433333333333 -8.600166666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.63433333333333"^^xsd:decimal ;
  geo-pos:long "-8.600166666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3089'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6001666666667'^^xsd:double;
  dwc:latitude '47.634333333333'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3089'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63433333333333 -8.600166666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63433333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.600166666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63433333333333 -8.600166666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.63433333333333"^^xsd:decimal ;
  geo-pos:long "-8.600166666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2585'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6001666666667'^^xsd:double;
  dwc:latitude '47.634333333333'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2585'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63433333333333 -8.600166666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.63433333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.600166666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2250"^^xsd:integer ;
  dwc:maximumDepthInMeters "2250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.63433333333333 -8.600166666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.63433333333333"^^xsd:decimal ;
  geo-pos:long "-8.600166666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2245'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.6001666666667'^^xsd:double;
  dwc:latitude '47.634333333333'^^xsd:double;
  dwc:minimumDepth '2250'^^xsd:integer;
  dwc:maximumDepth '2250'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2245'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1880'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1880'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1882'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1882'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2845'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2845'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2797'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2797'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2400'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2400'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2402'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2402'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3327'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3327'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2062'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2062'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2064'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2064'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3530'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3530'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2575'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2575'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3024'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3024'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3026'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3026'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2992'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2992'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3075'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3075'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2910'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2910'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2912'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2912'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3701'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3701'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2286'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2286'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2654'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2654'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3186'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3186'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2181'^^xsd:string;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2181'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2101'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2101'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2573'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2573'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3446'^^xsd:string;
  dwc:scientificName 'Cochlodesma tenerum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '140725'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3446'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3159'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3159'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2656'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2656'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2147"^^xsd:integer ;
  dwc:maximumDepthInMeters "2147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2285'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2147'^^xsd:integer;
  dwc:maximumDepth '2147'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2285'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3585'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3585'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2180"^^xsd:integer ;
  dwc:maximumDepthInMeters "2180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1873'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '2180'^^xsd:integer;
  dwc:maximumDepth '2180'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1873'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2180"^^xsd:integer ;
  dwc:maximumDepthInMeters "2180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2901'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '2180'^^xsd:integer;
  dwc:maximumDepth '2180'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2901'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2180"^^xsd:integer ;
  dwc:maximumDepthInMeters "2180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2562'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '2180'^^xsd:integer;
  dwc:maximumDepth '2180'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2562'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2180"^^xsd:integer ;
  dwc:maximumDepthInMeters "2180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2278'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '2180'^^xsd:integer;
  dwc:maximumDepth '2180'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2278'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2180"^^xsd:integer ;
  dwc:maximumDepthInMeters "2180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.46666666666667 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.46666666666667"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2058'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.466666666667'^^xsd:double;
  dwc:minimumDepth '2180'^^xsd:integer;
  dwc:maximumDepth '2180'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2058'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2848'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2848'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2437'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2437'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2405'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2405'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3339'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3339'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2069'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2069'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3083'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3083'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2997'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2997'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3037'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3037'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1689'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1689'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2105'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2105'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2917'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2917'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2662'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2662'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3189'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3189'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3542'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3542'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2290'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2290'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3677'^^xsd:string;
  dwc:scientificName 'Tropidomya abbreviata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '139470'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3677'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139470'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.534666666666666 -8.583333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.534666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.583333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2126"^^xsd:integer ;
  dwc:maximumDepthInMeters "2126"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.534666666666666 -8.583333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.534666666666666"^^xsd:decimal ;
  geo-pos:long "-8.583333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1926'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:latitude '47.534666666667'^^xsd:double;
  dwc:minimumDepth '2126'^^xsd:integer;
  dwc:maximumDepth '2126'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1926'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.52499999999995 -8.58333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.52499999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2115"^^xsd:integer ;
  dwc:maximumDepthInMeters "2115"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.52499999999995 -8.58333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.52499999999995"^^xsd:decimal ;
  geo-pos:long "-8.58333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2852'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:startLongitude '-8.41667'^^xsd:double;
  dwc:endLongitude '-8.75'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:startLatitude '47.46667'^^xsd:double;
  dwc:endLatitude '47.58333'^^xsd:double;
  dwc:minimumDepth '2115'^^xsd:integer;
  dwc:maximumDepth '2115'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2852'^^xsd:string;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.52499999999995 -8.58333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.52499999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2115"^^xsd:integer ;
  dwc:maximumDepthInMeters "2115"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.52499999999995 -8.58333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.52499999999995"^^xsd:decimal ;
  geo-pos:long "-8.58333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2805'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:startLongitude '-8.41667'^^xsd:double;
  dwc:endLongitude '-8.75'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:startLatitude '47.46667'^^xsd:double;
  dwc:endLatitude '47.58333'^^xsd:double;
  dwc:minimumDepth '2115'^^xsd:integer;
  dwc:maximumDepth '2115'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2805'^^xsd:string;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.52499999999995 -8.58333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.52499999999995"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2115"^^xsd:integer ;
  dwc:maximumDepthInMeters "2115"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.52499999999995 -8.58333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.52499999999995"^^xsd:decimal ;
  geo-pos:long "-8.58333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2925'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:longitude '-8.5833333333333'^^xsd:double;
  dwc:startLongitude '-8.41667'^^xsd:double;
  dwc:endLongitude '-8.75'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:startLatitude '47.46667'^^xsd:double;
  dwc:endLatitude '47.58333'^^xsd:double;
  dwc:minimumDepth '2115'^^xsd:integer;
  dwc:maximumDepth '2115'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2925'^^xsd:string;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1881'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1881'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2822'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2822'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2844'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2844'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2429'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2429'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2401'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2401'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2574'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2574'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2991'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2991'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2473'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '142001'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2473'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142001'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3610'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3610'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2655'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2655'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2911'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2911'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1683'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1683'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2063'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2063'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3025'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3025'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3076'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3076'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3529'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3529'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2110"^^xsd:integer ;
  dwc:maximumDepthInMeters "2110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.516666666666666 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.516666666666666"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3185'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.516666666667'^^xsd:double;
  dwc:minimumDepth '2110'^^xsd:integer;
  dwc:maximumDepth '2110'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3185'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2034"^^xsd:integer ;
  dwc:maximumDepthInMeters "2034"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3659'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2034'^^xsd:integer;
  dwc:maximumDepth '2034'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3659'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2034"^^xsd:integer ;
  dwc:maximumDepthInMeters "2034"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1948'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2034'^^xsd:integer;
  dwc:maximumDepth '2034'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1948'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2391'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2391'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1872'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1872'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1629'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1629'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2057'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2057'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1923'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1923'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2561'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2561'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3690'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Edentaria) simplis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '406451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3690'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139467'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3698'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3698'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2647'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2647'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-8.566666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2205"^^xsd:integer ;
  dwc:maximumDepthInMeters "2205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583333333333336 -8.566666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "47.583333333333336"^^xsd:decimal ;
  geo-pos:long "-8.566666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3636'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.583333333333'^^xsd:double;
  dwc:minimumDepth '2205'^^xsd:integer;
  dwc:maximumDepth '2205'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3636'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1633'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1633'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1895'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1895'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2409'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2409'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3340'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3340'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3088'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3088'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2999'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2999'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2524'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2524'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1692'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1692'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3549'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3549'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3621'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3621'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2293'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2293'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2666'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2666'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2159'^^xsd:string;
  dwc:scientificName 'Ledella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '182795'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2159'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '182795'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1915'^^xsd:string;
  dwc:scientificName 'Malletia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '151906'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1915'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '151906'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2074'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2074'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2584'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2584'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3511'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3511'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2194"^^xsd:integer ;
  dwc:maximumDepthInMeters "2194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.56666666666667 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.56666666666667"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3191'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '47.566666666667'^^xsd:double;
  dwc:minimumDepth '2194'^^xsd:integer;
  dwc:maximumDepth '2194'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3191'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.016666666666666 -8.533333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.016666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.533333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2190"^^xsd:integer ;
  dwc:maximumDepthInMeters "2190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.016666666666666 -8.533333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "34.016666666666666"^^xsd:decimal ;
  geo-pos:long "-8.533333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2195'^^xsd:string;
  dwc:scientificName 'Tindaria perrieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-8.5333333333333'^^xsd:double;
  dwc:latitude '34.016666666667'^^xsd:double;
  dwc:minimumDepth '2190'^^xsd:integer;
  dwc:maximumDepth '2190'^^xsd:integer;
  dwc:aphiaid '367886'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2195'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367886'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1888'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1888'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2406'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2406'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2438'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2438'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3757'^^xsd:string;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3757'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2070'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2070'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3510'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3510'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3208'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3208'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3038'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3038'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2580'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2580'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2918'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2918'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2291'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2291'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2663'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2663'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3104'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3104'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2998'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2998'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3084'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3084'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2156"^^xsd:integer ;
  dwc:maximumDepthInMeters "2156"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1690'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2156'^^xsd:integer;
  dwc:maximumDepth '2156'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1690'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.316666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.31666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.316666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3930"^^xsd:integer ;
  dwc:maximumDepthInMeters "3930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.316666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "84.31666666666666"^^xsd:decimal ;
  geo-pos:long "-8.316666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1850'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-8.3166666666667'^^xsd:double;
  dwc:latitude '84.316666666667'^^xsd:double;
  dwc:minimumDepth '3930'^^xsd:integer;
  dwc:maximumDepth '3930'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1850'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2090"^^xsd:integer ;
  dwc:maximumDepthInMeters "2090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.3)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2795'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.3'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2090'^^xsd:integer;
  dwc:maximumDepth '2090'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2795'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2090"^^xsd:integer ;
  dwc:maximumDepthInMeters "2090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.3)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2898'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.3'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2090'^^xsd:integer;
  dwc:maximumDepth '2090'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2898'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2090"^^xsd:integer ;
  dwc:maximumDepthInMeters "2090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.3)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2054'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.3'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2090'^^xsd:integer;
  dwc:maximumDepth '2090'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2054'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2090"^^xsd:integer ;
  dwc:maximumDepthInMeters "2090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.3)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2558'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.3'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2090'^^xsd:integer;
  dwc:maximumDepth '2090'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: Allen et al. (1995) pointed out that Leda lata Jeffreys consisted of two different taxa.They fixed L. jeffreysi Hidalgo as well as “lata” by selecting lectotypes, not taking into account that lata was renamed jeffreysi because of being a primary homonym, '^^xsd:string;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2558'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2090"^^xsd:integer ;
  dwc:maximumDepthInMeters "2090"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.3)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2276'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.3'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2090'^^xsd:integer;
  dwc:maximumDepth '2090'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2276'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2080"^^xsd:integer ;
  dwc:maximumDepthInMeters "2080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2899'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.2833333333333'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2080'^^xsd:integer;
  dwc:maximumDepth '2080'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2899'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4835 -8.268333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4835"^^xsd:decimal ;
  dwc:decimalLongitude "-8.268333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2141"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4835 -8.268333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4835"^^xsd:decimal ;
  geo-pos:long "-8.268333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2081'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.2683333333333'^^xsd:double;
  dwc:latitude '47.4835'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2141'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2081'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4835 -8.268333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4835"^^xsd:decimal ;
  dwc:decimalLongitude "-8.268333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2141"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4835 -8.268333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4835"^^xsd:decimal ;
  geo-pos:long "-8.268333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2906'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.2683333333333'^^xsd:double;
  dwc:latitude '47.4835'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2141'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2906'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4835 -8.268333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4835"^^xsd:decimal ;
  dwc:decimalLongitude "-8.268333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2141"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4835 -8.268333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4835"^^xsd:decimal ;
  geo-pos:long "-8.268333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2283'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.2683333333333'^^xsd:double;
  dwc:latitude '47.4835'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2141'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2283'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4835 -8.268333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4835"^^xsd:decimal ;
  dwc:decimalLongitude "-8.268333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2103"^^xsd:integer ;
  dwc:maximumDepthInMeters "2141"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4835 -8.268333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4835"^^xsd:decimal ;
  geo-pos:long "-8.268333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2570'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.2683333333333'^^xsd:double;
  dwc:latitude '47.4835'^^xsd:double;
  dwc:minimumDepth '2103'^^xsd:integer;
  dwc:maximumDepth '2141'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2570'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2130"^^xsd:integer ;
  dwc:maximumDepthInMeters "2130"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2056'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.2666666666667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:minimumDepth '2130'^^xsd:integer;
  dwc:maximumDepth '2130'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2056'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.25)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2900'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.25'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2900'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.25)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2277'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.25'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2277'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.25)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2559'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.25'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2559'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483333333333334 -8.25)"^^geo:wktLiteral ;
  geo-pos:lat "47.483333333333334"^^xsd:decimal ;
  geo-pos:long "-8.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2055'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-8.25'^^xsd:double;
  dwc:latitude '47.483333333333'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2055'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.31666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3500"^^xsd:integer ;
  dwc:maximumDepthInMeters "3500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.25)"^^geo:wktLiteral ;
  geo-pos:lat "84.31666666666666"^^xsd:decimal ;
  geo-pos:long "-8.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1851'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-8.25'^^xsd:double;
  dwc:latitude '84.316666666667'^^xsd:double;
  dwc:minimumDepth '3500'^^xsd:integer;
  dwc:maximumDepth '3500'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1851'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -8.216666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-8.216666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2100"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -8.216666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "36.45"^^xsd:decimal ;
  geo-pos:long "-8.216666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3456'^^xsd:string;
  dwc:scientificName 'Cardiomya costellata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-8.2166666666667'^^xsd:double;
  dwc:latitude '36.45'^^xsd:double;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '139433'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3456'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -8.216666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-8.216666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2100"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -8.216666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "36.45"^^xsd:decimal ;
  geo-pos:long "-8.216666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2934'^^xsd:string;
  dwc:scientificName 'Propeamussium lucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '-8.2166666666667'^^xsd:double;
  dwc:latitude '36.45'^^xsd:double;
  dwc:minimumDepth '2100'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '140714'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2934'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140714'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.31666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.216666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3300"^^xsd:integer ;
  dwc:maximumDepthInMeters "3300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "84.31666666666666"^^xsd:decimal ;
  geo-pos:long "-8.216666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1852'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-8.2166666666667'^^xsd:double;
  dwc:latitude '84.316666666667'^^xsd:double;
  dwc:minimumDepth '3300'^^xsd:integer;
  dwc:maximumDepth '3300'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1852'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.31666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.216666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3300"^^xsd:integer ;
  dwc:maximumDepthInMeters "3300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "84.31666666666666"^^xsd:decimal ;
  geo-pos:long "-8.216666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2374'^^xsd:string;
  dwc:scientificName 'Yoldiella frami'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-8.2166666666667'^^xsd:double;
  dwc:latitude '84.316666666667'^^xsd:double;
  dwc:minimumDepth '3300'^^xsd:integer;
  dwc:maximumDepth '3300'^^xsd:integer;
  dwc:aphiaid '141996'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2374'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141996'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.31666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.216666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3300"^^xsd:integer ;
  dwc:maximumDepthInMeters "3300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "84.31666666666666"^^xsd:decimal ;
  geo-pos:long "-8.216666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3482'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-8.2166666666667'^^xsd:double;
  dwc:latitude '84.316666666667'^^xsd:double;
  dwc:minimumDepth '3300'^^xsd:integer;
  dwc:maximumDepth '3300'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3482'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.31666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.216666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3300"^^xsd:integer ;
  dwc:maximumDepthInMeters "3300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "84.31666666666666"^^xsd:decimal ;
  geo-pos:long "-8.216666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3139'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-8.2166666666667'^^xsd:double;
  dwc:latitude '84.316666666667'^^xsd:double;
  dwc:minimumDepth '3300'^^xsd:integer;
  dwc:maximumDepth '3300'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3139'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.31666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-8.216666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3300"^^xsd:integer ;
  dwc:maximumDepthInMeters "3300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.31666666666666 -8.216666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "84.31666666666666"^^xsd:decimal ;
  geo-pos:long "-8.216666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2188'^^xsd:string;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-8.2166666666667'^^xsd:double;
  dwc:latitude '84.316666666667'^^xsd:double;
  dwc:minimumDepth '3300'^^xsd:integer;
  dwc:maximumDepth '3300'^^xsd:integer;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2188'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1878'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1878'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2843'^^xsd:string;
  dwc:scientificName 'Cyclopecten ambiannulatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '181292'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2843'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181292'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2820'^^xsd:string;
  dwc:scientificName 'Catillopecten eucymatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '196009'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2820'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '196009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2398'^^xsd:string;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2398'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3226'^^xsd:string;
  dwc:scientificName 'Thyasira succisa succisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '815961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3226'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1979'^^xsd:string;
  dwc:scientificName 'Ledella aberrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '506330'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1979'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506330'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2571'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2571'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2989'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2989'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3073'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3073'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2909'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2909'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1682'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1682'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2284'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2284'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3158'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3158'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3182'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3182'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2060'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2060'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3526'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3526'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2138"^^xsd:integer ;
  dwc:maximumDepthInMeters "2138"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53333333333333 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.53333333333333"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2653'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.533333333333'^^xsd:double;
  dwc:minimumDepth '2138'^^xsd:integer;
  dwc:maximumDepth '2138'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2653'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2338"^^xsd:integer ;
  dwc:maximumDepthInMeters "2338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3227'^^xsd:string;
  dwc:scientificName 'Thyasira succisa succisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:minimumDepth '2338'^^xsd:integer;
  dwc:maximumDepth '2338'^^xsd:integer;
  dwc:aphiaid '815961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3227'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2338"^^xsd:integer ;
  dwc:maximumDepthInMeters "2338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3455'^^xsd:string;
  dwc:scientificName 'Cardiomya cadiziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:minimumDepth '2338'^^xsd:integer;
  dwc:maximumDepth '2338'^^xsd:integer;
  dwc:aphiaid '505132'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3455'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '505132'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2338"^^xsd:integer ;
  dwc:maximumDepthInMeters "2338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3527'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:minimumDepth '2338'^^xsd:integer;
  dwc:maximumDepth '2338'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3527'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2338"^^xsd:integer ;
  dwc:maximumDepthInMeters "2338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3683'^^xsd:string;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:minimumDepth '2338'^^xsd:integer;
  dwc:maximumDepth '2338'^^xsd:integer;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3683'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2338"^^xsd:integer ;
  dwc:maximumDepthInMeters "2338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3183'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:minimumDepth '2338'^^xsd:integer;
  dwc:maximumDepth '2338'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3183'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-8.083333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2338"^^xsd:integer ;
  dwc:maximumDepthInMeters "2338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -8.083333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-8.083333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3583'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-8.0833333333333'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:minimumDepth '2338'^^xsd:integer;
  dwc:maximumDepth '2338'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3583'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.21666666666667 -7.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3965"^^xsd:integer ;
  dwc:maximumDepthInMeters "3965"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.21666666666667 -7.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "84.21666666666667"^^xsd:decimal ;
  geo-pos:long "-7.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1853'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-7.9333333333333'^^xsd:double;
  dwc:latitude '84.216666666667'^^xsd:double;
  dwc:minimumDepth '3965'^^xsd:integer;
  dwc:maximumDepth '3965'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1853'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.21666666666667 -7.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3965"^^xsd:integer ;
  dwc:maximumDepthInMeters "3965"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.21666666666667 -7.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "84.21666666666667"^^xsd:decimal ;
  geo-pos:long "-7.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2375'^^xsd:string;
  dwc:scientificName 'Yoldiella frami'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-7.9333333333333'^^xsd:double;
  dwc:latitude '84.216666666667'^^xsd:double;
  dwc:minimumDepth '3965'^^xsd:integer;
  dwc:maximumDepth '3965'^^xsd:integer;
  dwc:aphiaid '141996'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2375'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141996'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11666666666667 -7.93333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.93333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2030"^^xsd:integer ;
  dwc:maximumDepthInMeters "2030"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11666666666667 -7.93333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.11666666666667"^^xsd:decimal ;
  geo-pos:long "-7.93333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2163'^^xsd:string;
  dwc:scientificName 'Saccella commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:longitude '-7.9333333333333'^^xsd:double;
  dwc:latitude '44.116666666667'^^xsd:double;
  dwc:minimumDepth '2030'^^xsd:integer;
  dwc:maximumDepth '2030'^^xsd:integer;
  dwc:aphiaid '236688'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2163'^^xsd:string;
  dwc:observationDate '1882-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '236688'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55833333333331 -7.541666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.55833333333331"^^xsd:decimal ;
  dwc:decimalLongitude "-7.541666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3266"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55833333333331 -7.541666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.55833333333331"^^xsd:decimal ;
  geo-pos:long "-7.541666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3479'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-7.5416666666667'^^xsd:double;
  dwc:startLongitude '-7.65'^^xsd:double;
  dwc:endLongitude '-7.43333'^^xsd:double;
  dwc:latitude '73.558333333333'^^xsd:double;
  dwc:startLatitude '73.53333'^^xsd:double;
  dwc:endLatitude '73.58333'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3266'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3479'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55833333333331 -7.541666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.55833333333331"^^xsd:decimal ;
  dwc:decimalLongitude "-7.541666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3266"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.55833333333331 -7.541666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "73.55833333333331"^^xsd:decimal ;
  geo-pos:long "-7.541666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3136'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-7.5416666666667'^^xsd:double;
  dwc:startLongitude '-7.65'^^xsd:double;
  dwc:endLongitude '-7.43333'^^xsd:double;
  dwc:latitude '73.558333333333'^^xsd:double;
  dwc:startLatitude '73.53333'^^xsd:double;
  dwc:endLatitude '73.58333'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3266'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3136'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.88333333333334 -7.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.88333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-7.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2127"^^xsd:integer ;
  dwc:maximumDepthInMeters "2127"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.88333333333334 -7.3)"^^geo:wktLiteral ;
  geo-pos:lat "65.88333333333334"^^xsd:decimal ;
  geo-pos:long "-7.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2774'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-7.3'^^xsd:double;
  dwc:latitude '65.883333333333'^^xsd:double;
  dwc:minimumDepth '2127'^^xsd:integer;
  dwc:maximumDepth '2127'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2774'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.88333333333334 -7.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.88333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-7.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2127"^^xsd:integer ;
  dwc:maximumDepthInMeters "2127"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.88333333333334 -7.3)"^^geo:wktLiteral ;
  geo-pos:lat "65.88333333333334"^^xsd:decimal ;
  geo-pos:long "-7.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2699'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-7.3'^^xsd:double;
  dwc:latitude '65.883333333333'^^xsd:double;
  dwc:minimumDepth '2127'^^xsd:integer;
  dwc:maximumDepth '2127'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2699'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.88333333333334 -7.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.88333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-7.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2127"^^xsd:integer ;
  dwc:maximumDepthInMeters "2127"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.88333333333334 -7.3)"^^geo:wktLiteral ;
  geo-pos:lat "65.88333333333334"^^xsd:decimal ;
  geo-pos:long "-7.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2766'^^xsd:string;
  dwc:scientificName 'Delectopecten vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-7.3'^^xsd:double;
  dwc:latitude '65.883333333333'^^xsd:double;
  dwc:minimumDepth '2127'^^xsd:integer;
  dwc:maximumDepth '2127'^^xsd:integer;
  dwc:aphiaid '140702'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2766'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84 -7.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84"^^xsd:decimal ;
  dwc:decimalLongitude "-7.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3500"^^xsd:integer ;
  dwc:maximumDepthInMeters "3500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84 -7.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "84"^^xsd:decimal ;
  geo-pos:long "-7.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1854'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-7.2666666666667'^^xsd:double;
  dwc:latitude '84'^^xsd:integer;
  dwc:minimumDepth '3500'^^xsd:integer;
  dwc:maximumDepth '3500'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1854'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84 -7.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84"^^xsd:decimal ;
  dwc:decimalLongitude "-7.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3500"^^xsd:integer ;
  dwc:maximumDepthInMeters "3500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84 -7.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "84"^^xsd:decimal ;
  geo-pos:long "-7.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2189'^^xsd:string;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-7.2666666666667'^^xsd:double;
  dwc:latitude '84'^^xsd:integer;
  dwc:minimumDepth '3500'^^xsd:integer;
  dwc:maximumDepth '3500'^^xsd:integer;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2189'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84 -7.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84"^^xsd:decimal ;
  dwc:decimalLongitude "-7.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3500"^^xsd:integer ;
  dwc:maximumDepthInMeters "3500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84 -7.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "84"^^xsd:decimal ;
  geo-pos:long "-7.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2376'^^xsd:string;
  dwc:scientificName 'Yoldiella frami'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-7.2666666666667'^^xsd:double;
  dwc:latitude '84'^^xsd:integer;
  dwc:minimumDepth '3500'^^xsd:integer;
  dwc:maximumDepth '3500'^^xsd:integer;
  dwc:aphiaid '141996'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2376'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141996'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.125 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.125"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4870"^^xsd:integer ;
  dwc:maximumDepthInMeters "4870"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.125 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.125"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2867'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '45.125'^^xsd:double;
  dwc:minimumDepth '4870'^^xsd:integer;
  dwc:maximumDepth '4870'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2867'^^xsd:string;
  dwc:observationDate '1910-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.51666666666667 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.51666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2382"^^xsd:integer ;
  dwc:maximumDepthInMeters "2465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.51666666666667 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.51666666666667"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2780'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.516666666667'^^xsd:double;
  dwc:minimumDepth '2382'^^xsd:integer;
  dwc:maximumDepth '2465'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2780'^^xsd:string;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.51666666666667 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.51666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2382"^^xsd:integer ;
  dwc:maximumDepthInMeters "2465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.51666666666667 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.51666666666667"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3781'^^xsd:string;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.516666666667'^^xsd:double;
  dwc:minimumDepth '2382'^^xsd:integer;
  dwc:maximumDepth '2465'^^xsd:integer;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3781'^^xsd:string;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.8 -6.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.8"^^xsd:decimal ;
  dwc:decimalLongitude "-6.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3000"^^xsd:integer ;
  dwc:maximumDepthInMeters "3000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.8 -6.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "83.8"^^xsd:decimal ;
  geo-pos:long "-6.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1855'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8333333333333'^^xsd:double;
  dwc:latitude '83.8'^^xsd:double;
  dwc:minimumDepth '3000'^^xsd:integer;
  dwc:maximumDepth '3000'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1855'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.8 -6.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.8"^^xsd:decimal ;
  dwc:decimalLongitude "-6.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3000"^^xsd:integer ;
  dwc:maximumDepthInMeters "3000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.8 -6.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "83.8"^^xsd:decimal ;
  geo-pos:long "-6.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2190'^^xsd:string;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8333333333333'^^xsd:double;
  dwc:latitude '83.8'^^xsd:double;
  dwc:minimumDepth '3000'^^xsd:integer;
  dwc:maximumDepth '3000'^^xsd:integer;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2190'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1856'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1856'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2788'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2788'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3782'^^xsd:string;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3782'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2377'^^xsd:string;
  dwc:scientificName 'Yoldiella frami'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '141996'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2377'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141996'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1713'^^xsd:string;
  dwc:scientificName 'Nucula zophos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '506641'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1713'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506641'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3580'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3580'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2709'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2709'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2191'^^xsd:string;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2191'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3483'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3483'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.66666666666667 -6.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "83.66666666666667"^^xsd:decimal ;
  geo-pos:long "-6.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3140'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:longitude '-6.8166666666667'^^xsd:double;
  dwc:latitude '83.666666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3140'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2280"^^xsd:integer ;
  dwc:maximumDepthInMeters "2280"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "67.95"^^xsd:decimal ;
  geo-pos:long "-6.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2779'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-6.7333333333333'^^xsd:double;
  dwc:latitude '67.95'^^xsd:double;
  dwc:minimumDepth '2280'^^xsd:integer;
  dwc:maximumDepth '2280'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2779'^^xsd:string;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.733333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.733333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2280"^^xsd:integer ;
  dwc:maximumDepthInMeters "2280"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.733333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "67.95"^^xsd:decimal ;
  geo-pos:long "-6.733333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3780'^^xsd:string;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1895'^^xsd:integer;
  dwc:endYearCollected '1896'^^xsd:integer;
  dwc:longitude '-6.7333333333333'^^xsd:double;
  dwc:latitude '67.95'^^xsd:double;
  dwc:minimumDepth '2280'^^xsd:integer;
  dwc:maximumDepth '2280'^^xsd:integer;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3780'^^xsd:string;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.291666666666664 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.291666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4380"^^xsd:integer ;
  dwc:maximumDepthInMeters "4380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.291666666666664 -5.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.291666666666664"^^xsd:decimal ;
  geo-pos:long "-5.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2866'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:latitude '46.291666666667'^^xsd:double;
  dwc:minimumDepth '4380'^^xsd:integer;
  dwc:maximumDepth '4380'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2866'^^xsd:string;
  dwc:observationDate '1910-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.291666666666664 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.291666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4380"^^xsd:integer ;
  dwc:maximumDepthInMeters "4380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.291666666666664 -5.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.291666666666664"^^xsd:decimal ;
  geo-pos:long "-5.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3399'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:latitude '46.291666666667'^^xsd:double;
  dwc:minimumDepth '4380'^^xsd:integer;
  dwc:maximumDepth '4380'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3399'^^xsd:string;
  dwc:observationDate '1910-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.291666666666664 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.291666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4380"^^xsd:integer ;
  dwc:maximumDepthInMeters "4380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.291666666666664 -5.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.291666666666664"^^xsd:decimal ;
  geo-pos:long "-5.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3653'^^xsd:string;
  dwc:scientificName 'Rhinoclama notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1886'^^xsd:integer;
  dwc:endYearCollected '1915'^^xsd:integer;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:latitude '46.291666666667'^^xsd:double;
  dwc:minimumDepth '4380'^^xsd:integer;
  dwc:maximumDepth '4380'^^xsd:integer;
  dwc:aphiaid '139469'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3653'^^xsd:string;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.36666666666667 -5.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.36666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2222"^^xsd:integer ;
  dwc:maximumDepthInMeters "2222"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.36666666666667 -5.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "63.36666666666667"^^xsd:decimal ;
  geo-pos:long "-5.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2773'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-5.4833333333333'^^xsd:double;
  dwc:latitude '63.366666666667'^^xsd:double;
  dwc:minimumDepth '2222'^^xsd:integer;
  dwc:maximumDepth '2222'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2773'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.36666666666667 -5.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.36666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2222"^^xsd:integer ;
  dwc:maximumDepthInMeters "2222"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.36666666666667 -5.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "63.36666666666667"^^xsd:decimal ;
  geo-pos:long "-5.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2685'^^xsd:string;
  dwc:scientificName 'Dacrydium vitreum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-5.4833333333333'^^xsd:double;
  dwc:latitude '63.366666666667'^^xsd:double;
  dwc:minimumDepth '2222'^^xsd:integer;
  dwc:maximumDepth '2222'^^xsd:integer;
  dwc:aphiaid '539405'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2685'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.36666666666667 -5.483333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.36666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.483333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2222"^^xsd:integer ;
  dwc:maximumDepthInMeters "2222"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.36666666666667 -5.483333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "63.36666666666667"^^xsd:decimal ;
  geo-pos:long "-5.483333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2698'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-5.4833333333333'^^xsd:double;
  dwc:latitude '63.366666666667'^^xsd:double;
  dwc:minimumDepth '2222'^^xsd:integer;
  dwc:maximumDepth '2222'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2698'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -5.166666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.166666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1850"^^xsd:integer ;
  dwc:maximumDepthInMeters "2050"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -5.166666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-5.166666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3321'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:longitude '-5.1666666666667'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '1850'^^xsd:integer;
  dwc:maximumDepth '2050'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3321'^^xsd:string;
  dwc:observationDate '1971-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.975 -5.166666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.975"^^xsd:decimal ;
  dwc:decimalLongitude "-5.166666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2438"^^xsd:integer ;
  dwc:maximumDepthInMeters "2438"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.975 -5.166666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "77.975"^^xsd:decimal ;
  geo-pos:long "-5.166666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1847'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-5.1666666666667'^^xsd:double;
  dwc:latitude '77.975'^^xsd:double;
  dwc:minimumDepth '2438'^^xsd:integer;
  dwc:maximumDepth '2438'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1847'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.975 -5.166666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.975"^^xsd:decimal ;
  dwc:decimalLongitude "-5.166666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2438"^^xsd:integer ;
  dwc:maximumDepthInMeters "2438"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.975 -5.166666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "77.975"^^xsd:decimal ;
  geo-pos:long "-5.166666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2778'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-5.1666666666667'^^xsd:double;
  dwc:latitude '77.975'^^xsd:double;
  dwc:minimumDepth '2438'^^xsd:integer;
  dwc:maximumDepth '2438'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2778'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.975 -5.166666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.975"^^xsd:decimal ;
  dwc:decimalLongitude "-5.166666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2438"^^xsd:integer ;
  dwc:maximumDepthInMeters "2438"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.975 -5.166666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "77.975"^^xsd:decimal ;
  geo-pos:long "-5.166666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2703'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-5.1666666666667'^^xsd:double;
  dwc:latitude '77.975'^^xsd:double;
  dwc:minimumDepth '2438'^^xsd:integer;
  dwc:maximumDepth '2438'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2703'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2433'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2433'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3316'^^xsd:string;
  dwc:scientificName '''Kelliella  sp. sp.
'''^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '138093'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3316'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138093'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3333'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3333'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3808'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3808'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2117'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2117'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2716'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2716'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1954'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1954'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2009'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2009'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3031'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3031'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3098'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3098'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3534'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3534'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2233'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2233'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.933333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4425"^^xsd:integer ;
  dwc:maximumDepthInMeters "4425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.933333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.933333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1777'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9333333333333'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4425'^^xsd:integer;
  dwc:maximumDepth '4425'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1777'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38166666666667 -4.913333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38166666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.913333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4475"^^xsd:integer ;
  dwc:maximumDepthInMeters "4475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38166666666667 -4.913333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38166666666667"^^xsd:decimal ;
  geo-pos:long "-4.913333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1798'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9133333333333'^^xsd:double;
  dwc:latitude '44.381666666667'^^xsd:double;
  dwc:minimumDepth '4475'^^xsd:integer;
  dwc:maximumDepth '4475'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1798'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38166666666667 -4.913333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38166666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.913333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4475"^^xsd:integer ;
  dwc:maximumDepthInMeters "4475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38166666666667 -4.913333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38166666666667"^^xsd:decimal ;
  geo-pos:long "-4.913333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2140'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9133333333333'^^xsd:double;
  dwc:latitude '44.381666666667'^^xsd:double;
  dwc:minimumDepth '4475'^^xsd:integer;
  dwc:maximumDepth '4475'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2140'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38166666666667 -4.913333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38166666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.913333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4475"^^xsd:integer ;
  dwc:maximumDepthInMeters "4475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38166666666667 -4.913333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38166666666667"^^xsd:decimal ;
  geo-pos:long "-4.913333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3115'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9133333333333'^^xsd:double;
  dwc:latitude '44.381666666667'^^xsd:double;
  dwc:minimumDepth '4475'^^xsd:integer;
  dwc:maximumDepth '4475'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3115'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38166666666667 -4.913333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38166666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.913333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4475"^^xsd:integer ;
  dwc:maximumDepthInMeters "4475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38166666666667 -4.913333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38166666666667"^^xsd:decimal ;
  geo-pos:long "-4.913333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3127'^^xsd:string;
  dwc:scientificName 'Mendicula inflata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.9133333333333'^^xsd:double;
  dwc:latitude '44.381666666667'^^xsd:double;
  dwc:minimumDepth '4475'^^xsd:integer;
  dwc:maximumDepth '4475'^^xsd:integer;
  dwc:aphiaid '815946'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3127'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815946'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4203"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.483333333333334"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2875'^^xsd:string;
  dwc:scientificName 'Parvamussium permirum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.483333333333'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4203'^^xsd:integer;
  dwc:aphiaid '181289'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2875'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181289'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4203"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.483333333333334"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2613'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.483333333333'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4203'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2613'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4203"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.483333333333334"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2232'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.483333333333'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4203'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2232'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4203"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.483333333333334"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3028'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.483333333333'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4203'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3028'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4203"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.483333333333334"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3095'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.483333333333'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4203'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3095'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.483333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4203"^^xsd:integer ;
  dwc:maximumDepthInMeters "4203"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.483333333333334 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.483333333333334"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1776'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.483333333333'^^xsd:double;
  dwc:minimumDepth '4203'^^xsd:integer;
  dwc:maximumDepth '4203'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1776'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3344'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3344'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3040'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3040'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2621'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2621'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3107'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3107'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2243'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2243'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2167'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2167'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3418'^^xsd:string;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3418'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2123'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2123'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4510"^^xsd:integer ;
  dwc:maximumDepthInMeters "4510"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1783'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4510'^^xsd:integer;
  dwc:maximumDepth '4510'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1783'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1794'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1794'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4466"^^xsd:integer ;
  dwc:maximumDepthInMeters "4466"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1795'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4466'^^xsd:integer;
  dwc:maximumDepth '4466'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1795'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1838'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1838'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4466"^^xsd:integer ;
  dwc:maximumDepthInMeters "4466"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1839'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4466'^^xsd:integer;
  dwc:maximumDepth '4466'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1839'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4466"^^xsd:integer ;
  dwc:maximumDepthInMeters "4466"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2365'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4466'^^xsd:integer;
  dwc:maximumDepth '4466'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2365'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1967'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1967'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3042'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3042'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2529'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2529'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3352'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3352'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2720'^^xsd:string;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2720'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3112'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3112'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4466"^^xsd:integer ;
  dwc:maximumDepthInMeters "4466"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3113'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4466'^^xsd:integer;
  dwc:maximumDepth '4466'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3113'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3590'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3590'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1930'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1930'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4466"^^xsd:integer ;
  dwc:maximumDepthInMeters "4466"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2131'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4466'^^xsd:integer;
  dwc:maximumDepth '4466'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2131'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.866666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416666666666664 -4.866666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.416666666666664"^^xsd:decimal ;
  geo-pos:long "-4.866666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2254'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8666666666667'^^xsd:double;
  dwc:latitude '44.416666666667'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2254'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38666666666666 -4.8566666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8566666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4459"^^xsd:integer ;
  dwc:maximumDepthInMeters "4459"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38666666666666 -4.8566666666666665)"^^geo:wktLiteral ;
  geo-pos:lat "44.38666666666666"^^xsd:decimal ;
  geo-pos:long "-4.8566666666666665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2138'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8566666666667'^^xsd:double;
  dwc:latitude '44.386666666667'^^xsd:double;
  dwc:minimumDepth '4459'^^xsd:integer;
  dwc:maximumDepth '4459'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2138'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4434"^^xsd:integer ;
  dwc:maximumDepthInMeters "4434"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1793'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4434'^^xsd:integer;
  dwc:maximumDepth '4434'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1793'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4434"^^xsd:integer ;
  dwc:maximumDepthInMeters "4434"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1966'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4434'^^xsd:integer;
  dwc:maximumDepth '4434'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1966'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4434"^^xsd:integer ;
  dwc:maximumDepthInMeters "4434"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2259'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4434'^^xsd:integer;
  dwc:maximumDepth '4434'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2259'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1796'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8333333333333'^^xsd:double;
  dwc:latitude '44.383333333333'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1796'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3043'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8333333333333'^^xsd:double;
  dwc:latitude '44.383333333333'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3043'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2132'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8333333333333'^^xsd:double;
  dwc:latitude '44.383333333333'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2132'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3116'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8333333333333'^^xsd:double;
  dwc:latitude '44.383333333333'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3116'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2255'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8333333333333'^^xsd:double;
  dwc:latitude '44.383333333333'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2255'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4462"^^xsd:integer ;
  dwc:maximumDepthInMeters "4462"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3169'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8333333333333'^^xsd:double;
  dwc:latitude '44.383333333333'^^xsd:double;
  dwc:minimumDepth '4462'^^xsd:integer;
  dwc:maximumDepth '4462'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3169'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4230"^^xsd:integer ;
  dwc:maximumDepthInMeters "4230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43333333333333 -4.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.43333333333333"^^xsd:decimal ;
  geo-pos:long "-4.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1952'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.8333333333333'^^xsd:double;
  dwc:latitude '44.433333333333'^^xsd:double;
  dwc:minimumDepth '4230'^^xsd:integer;
  dwc:maximumDepth '4230'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1952'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4453"^^xsd:integer ;
  dwc:maximumDepthInMeters "4453"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1797'^^xsd:string;
  dwc:scientificName 'Clencharia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8166666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4453'^^xsd:integer;
  dwc:maximumDepth '4453'^^xsd:integer;
  dwc:aphiaid '506205'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1797'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4453"^^xsd:integer ;
  dwc:maximumDepthInMeters "4453"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3114'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8166666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4453'^^xsd:integer;
  dwc:maximumDepth '4453'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3114'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4453"^^xsd:integer ;
  dwc:maximumDepthInMeters "4453"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2637'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8166666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4453'^^xsd:integer;
  dwc:maximumDepth '4453'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2637'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4453"^^xsd:integer ;
  dwc:maximumDepthInMeters "4453"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2139'^^xsd:string;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8166666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4453'^^xsd:integer;
  dwc:maximumDepth '4453'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2139'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4453"^^xsd:integer ;
  dwc:maximumDepthInMeters "4453"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2260'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8166666666667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '4453'^^xsd:integer;
  dwc:maximumDepth '4453'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2260'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -4.816666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.45"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4406"^^xsd:integer ;
  dwc:maximumDepthInMeters "4406"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -4.816666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.45"^^xsd:decimal ;
  geo-pos:long "-4.816666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1953'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.8166666666667'^^xsd:double;
  dwc:latitude '44.45'^^xsd:double;
  dwc:minimumDepth '4406'^^xsd:integer;
  dwc:maximumDepth '4406'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1953'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2354'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2354'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3807'^^xsd:string;
  dwc:scientificName 'Bivalvia inc. sed.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3807'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2007'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2007'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3021'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3021'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3370'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3370'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1947'^^xsd:string;
  dwc:scientificName 'Neilonella whoii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '506263'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1947'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2170'^^xsd:string;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2170'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.783333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4413"^^xsd:integer ;
  dwc:maximumDepthInMeters "4413"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38333333333333 -4.783333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "46.38333333333333"^^xsd:decimal ;
  geo-pos:long "-4.783333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2518'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.7833333333333'^^xsd:double;
  dwc:latitude '46.383333333333'^^xsd:double;
  dwc:minimumDepth '4413'^^xsd:integer;
  dwc:maximumDepth '4413'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2518'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.06666666666667 -4.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.06666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2285"^^xsd:integer ;
  dwc:maximumDepthInMeters "2285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.06666666666667 -4.433333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "46.06666666666667"^^xsd:decimal ;
  geo-pos:long "-4.433333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2814'^^xsd:string;
  dwc:scientificName 'Talochlamys pusio'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-4.4333333333333'^^xsd:double;
  dwc:latitude '46.066666666667'^^xsd:double;
  dwc:minimumDepth '2285'^^xsd:integer;
  dwc:maximumDepth '2285'^^xsd:integer;
  dwc:aphiaid '236715'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2814'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1884'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1884'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2432'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2432'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1631'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1631'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3332'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3332'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3228'^^xsd:string;
  dwc:scientificName 'Thyasira succisa succisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '815961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3228'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2067'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2067'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3533'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3533'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3097'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3097'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2994'^^xsd:string;
  dwc:scientificName 'Limatula subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '140243'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2994'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140243'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3030'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3030'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1687'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1687'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3613'^^xsd:string;
  dwc:scientificName 'Myonera alleni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '408563'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3613'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3641'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3641'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3703'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3703'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3197'^^xsd:string;
  dwc:scientificName 'Thyasira subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '141674'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3197'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '851916'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2914'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2914'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1747'^^xsd:string;
  dwc:scientificName 'Bathyspinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '506294'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1747'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2578'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2578'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3164'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3164'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2287'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2287'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2659'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2659'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3188'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3188'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.366666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2006"^^xsd:integer ;
  dwc:maximumDepthInMeters "2006"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.366666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.366666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2182'^^xsd:string;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.3666666666667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '2006'^^xsd:integer;
  dwc:maximumDepth '2006'^^xsd:integer;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2182'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2150"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1890'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2833333333333'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2150'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1890'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2150"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3345'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2833333333333'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2150'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3345'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2150"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2072'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2833333333333'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2150'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2072'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2150"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2582'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2833333333333'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2150'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2582'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2150"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3108'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2833333333333'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2150'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3108'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2150"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3166'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2833333333333'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2150'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3166'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2150"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3198'^^xsd:string;
  dwc:scientificName 'Thyasira subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2833333333333'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2150'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '141674'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3198'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '851916'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.283333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2150"^^xsd:integer ;
  dwc:maximumDepthInMeters "2150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.283333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.283333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2244'^^xsd:string;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2833333333333'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2150'^^xsd:integer;
  dwc:maximumDepth '2150'^^xsd:integer;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2244'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2801'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2801'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1632'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1632'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2383'^^xsd:string;
  dwc:scientificName 'Yoldiella incala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '477314'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2383'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2073'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2073'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2583'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2583'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1691'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1691'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2920'^^xsd:string;
  dwc:scientificName 'Parvamussium propinquum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '181288'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2920'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1927'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1927'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2292'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2292'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "-4.266666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2170"^^xsd:integer ;
  dwc:maximumDepthInMeters "2170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.166666666666664 -4.266666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "44.166666666666664"^^xsd:decimal ;
  geo-pos:long "-4.266666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2622'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.2666666666667'^^xsd:double;
  dwc:latitude '44.166666666667'^^xsd:double;
  dwc:minimumDepth '2170'^^xsd:integer;
  dwc:maximumDepth '2170'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2622'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1876'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1876'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2427'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2427'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2380'^^xsd:string;
  dwc:scientificName 'Yoldiella incala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '477314'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2380'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3755'^^xsd:string;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3755'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1619'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1619'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3463'^^xsd:string;
  dwc:scientificName 'Cardiomya knudseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '139435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3463'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2281'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2281'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3179'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3179'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1924'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1924'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3368'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3368'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1654'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1654'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2079'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2079'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2568'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2568'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3524'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3524'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2651'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2651'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3603'^^xsd:string;
  dwc:scientificName 'Luzonia simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '408141'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3603'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408141'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3196'^^xsd:string;
  dwc:scientificName 'Thyasira subcircularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.133333333333'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2100'^^xsd:integer;
  dwc:aphiaid '141674'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3196'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '851916'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2381'^^xsd:string;
  dwc:scientificName 'Yoldiella incala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '477314'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2381'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1620'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1620'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2080'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2080'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3525'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3525'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2569'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2569'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1655'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1655'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3369'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3369'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3155'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3155'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3020'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3020'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2606'^^xsd:string;
  dwc:scientificName 'Dacrydium abyssorum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '140442'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2606'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140442'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2282'^^xsd:string;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2282'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3639'^^xsd:string;
  dwc:scientificName 'Myonera paucistriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '139462'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3639'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2076"^^xsd:integer ;
  dwc:maximumDepthInMeters "2076"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13666666666666 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.13666666666666"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3180'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.136666666667'^^xsd:double;
  dwc:minimumDepth '2076'^^xsd:integer;
  dwc:maximumDepth '2076'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3180'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2124"^^xsd:integer ;
  dwc:maximumDepthInMeters "2124"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1630'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:minimumDepth '2124'^^xsd:integer;
  dwc:maximumDepth '2124'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1630'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2124"^^xsd:integer ;
  dwc:maximumDepthInMeters "2124"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2358'^^xsd:string;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:minimumDepth '2124'^^xsd:integer;
  dwc:maximumDepth '2124'^^xsd:integer;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2358'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2124"^^xsd:integer ;
  dwc:maximumDepthInMeters "2124"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3330'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:minimumDepth '2124'^^xsd:integer;
  dwc:maximumDepth '2124'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3330'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2124"^^xsd:integer ;
  dwc:maximumDepthInMeters "2124"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2065'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:minimumDepth '2124'^^xsd:integer;
  dwc:maximumDepth '2124'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2065'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2124"^^xsd:integer ;
  dwc:maximumDepthInMeters "2124"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1685'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:minimumDepth '2124'^^xsd:integer;
  dwc:maximumDepth '2124'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1685'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2124"^^xsd:integer ;
  dwc:maximumDepthInMeters "2124"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2657'^^xsd:string;
  dwc:scientificName 'Dacrydium ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:minimumDepth '2124'^^xsd:integer;
  dwc:maximumDepth '2124'^^xsd:integer;
  dwc:aphiaid '140447'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2657'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140447'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2124"^^xsd:integer ;
  dwc:maximumDepthInMeters "2124"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3187'^^xsd:string;
  dwc:scientificName 'Thyasira obsoleta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:minimumDepth '2124'^^xsd:integer;
  dwc:maximumDepth '2124'^^xsd:integer;
  dwc:aphiaid '141668'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3187'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2124"^^xsd:integer ;
  dwc:maximumDepthInMeters "2124"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2576'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:minimumDepth '2124'^^xsd:integer;
  dwc:maximumDepth '2124'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2576'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2124"^^xsd:integer ;
  dwc:maximumDepthInMeters "2124"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3531'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:minimumDepth '2124'^^xsd:integer;
  dwc:maximumDepth '2124'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3531'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1883'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1883'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2431'^^xsd:string;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2431'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2799'^^xsd:string;
  dwc:scientificName 'Hyalopecten pudicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '181304'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2799'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3797'^^xsd:string;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3797'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2382'^^xsd:string;
  dwc:scientificName 'Yoldiella incala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '477314'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2382'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3331'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3331'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3773'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3773'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3532'^^xsd:string;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3532'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3096'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3096'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2577'^^xsd:string;
  dwc:scientificName 'Yoldiella valorousae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '477315'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2577'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '477315'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3029'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3029'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3602'^^xsd:string;
  dwc:scientificName 'Luzonia simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '408141'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3602'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408141'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2687'^^xsd:string;
  dwc:scientificName 'Dacrydium wareni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '140451'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2687'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140451'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3163'^^xsd:string;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3163'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3586'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3586'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1686'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1686'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1744'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1744'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2066'^^xsd:string;
  dwc:scientificName 'Ledella pustulosa pustulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '533646'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2066'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '533646'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3465'^^xsd:string;
  dwc:scientificName 'Cardiomya knudseni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '139435'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3465'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139435'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2430"^^xsd:integer ;
  dwc:maximumDepthInMeters "2430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18333333333333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.18333333333333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3702'^^xsd:string;
  dwc:scientificName 'Protocuspidaria (Protocuspidaria) verityi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.183333333333'^^xsd:double;
  dwc:minimumDepth '2430'^^xsd:integer;
  dwc:maximumDepth '2430'^^xsd:integer;
  dwc:aphiaid '732905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3702'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86666666666667 -3.716666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.86666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.716666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3080"^^xsd:integer ;
  dwc:maximumDepthInMeters "3100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86666666666667 -3.716666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.86666666666667"^^xsd:decimal ;
  geo-pos:long "-3.716666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3117'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.7166666666667'^^xsd:double;
  dwc:latitude '43.866666666667'^^xsd:double;
  dwc:minimumDepth '3080'^^xsd:integer;
  dwc:maximumDepth '3100'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3117'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.766666666666666"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1869'^^xsd:string;
  dwc:scientificName 'Malletia johnsoni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.766666666667'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1869'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.766666666666666"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1649'^^xsd:string;
  dwc:scientificName 'Nucula atacellana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.766666666667'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '140585'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1649'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140585'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.766666666666666"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1921'^^xsd:string;
  dwc:scientificName 'Neilonella latior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.766666666667'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '600484'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1921'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '367752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.766666666666666"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2097'^^xsd:string;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.766666666667'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2097'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.766666666666666"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1726'^^xsd:string;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.766666666667'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1726'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.766666666666666"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3363'^^xsd:string;
  dwc:scientificName 'Vesicomya atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.766666666667'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '141961'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3363'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141961'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.766666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.766666666666666 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.766666666666666"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2509'^^xsd:string;
  dwc:scientificName 'Yoldiella thaerella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.766666666667'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '457698'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2509'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '457698'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833333333333"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1808'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.883333333333'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1808'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833333333333"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3246'^^xsd:string;
  dwc:scientificName 'Thyasira sp. sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.883333333333'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3246'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833333333333"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3427'^^xsd:string;
  dwc:scientificName 'Tellinidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.883333333333'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '235'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3427'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '235'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833333333333"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3447'^^xsd:string;
  dwc:scientificName 'Bushia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.883333333333'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '415137'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3447'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '415137'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833333333333"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3223'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.883333333333'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3223'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833333333333"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3604'^^xsd:string;
  dwc:scientificName 'Luzonia simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.883333333333'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '408141'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3604'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '408141'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833333333333"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3050'^^xsd:string;
  dwc:scientificName 'Axinulus brevis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.883333333333'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '234163'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3050'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '234163'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2379"^^xsd:integer ;
  dwc:maximumDepthInMeters "2379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333333 -3.6333333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833333333333"^^xsd:decimal ;
  geo-pos:long "-3.6333333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3122'^^xsd:string;
  dwc:scientificName 'Mendicula ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:longitude '-3.6333333333333'^^xsd:double;
  dwc:latitude '43.883333333333'^^xsd:double;
  dwc:minimumDepth '2379'^^xsd:integer;
  dwc:maximumDepth '2379'^^xsd:integer;
  dwc:aphiaid '152905'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3122'^^xsd:string;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.7083333333333 -3.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.7083333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3595"^^xsd:integer ;
  dwc:maximumDepthInMeters "3617"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.7083333333333 -3.275)"^^geo:wktLiteral ;
  geo-pos:lat "74.7083333333333"^^xsd:decimal ;
  geo-pos:long "-3.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3478'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-3.275'^^xsd:double;
  dwc:startLongitude '-3.05'^^xsd:double;
  dwc:endLongitude '-3.5'^^xsd:double;
  dwc:latitude '74.708333333333'^^xsd:double;
  dwc:startLatitude '74.7'^^xsd:double;
  dwc:endLatitude '74.71667'^^xsd:double;
  dwc:minimumDepth '3595'^^xsd:integer;
  dwc:maximumDepth '3617'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3478'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.7083333333333 -3.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.7083333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3595"^^xsd:integer ;
  dwc:maximumDepthInMeters "3617"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.7083333333333 -3.275)"^^geo:wktLiteral ;
  geo-pos:lat "74.7083333333333"^^xsd:decimal ;
  geo-pos:long "-3.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3135'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-3.275'^^xsd:double;
  dwc:startLongitude '-3.05'^^xsd:double;
  dwc:endLongitude '-3.5'^^xsd:double;
  dwc:latitude '74.708333333333'^^xsd:double;
  dwc:startLatitude '74.7'^^xsd:double;
  dwc:endLatitude '74.71667'^^xsd:double;
  dwc:minimumDepth '3595'^^xsd:integer;
  dwc:maximumDepth '3617'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3135'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.78333333333333 -3.1166666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.78333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.1166666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3403"^^xsd:integer ;
  dwc:maximumDepthInMeters "3403"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.78333333333333 -3.1166666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "65.78333333333333"^^xsd:decimal ;
  geo-pos:long "-3.1166666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1844'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-3.1166666666667'^^xsd:double;
  dwc:latitude '65.783333333333'^^xsd:double;
  dwc:minimumDepth '3403'^^xsd:integer;
  dwc:maximumDepth '3403'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1844'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.2 -3.033333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.2"^^xsd:decimal ;
  dwc:decimalLongitude "-3.033333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2195"^^xsd:integer ;
  dwc:maximumDepthInMeters "2195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.2 -3.033333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "75.2"^^xsd:decimal ;
  geo-pos:long "-3.033333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2777'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-3.0333333333333'^^xsd:double;
  dwc:latitude '75.2'^^xsd:double;
  dwc:minimumDepth '2195'^^xsd:integer;
  dwc:maximumDepth '2195'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2777'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.2 -3.033333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.2"^^xsd:decimal ;
  dwc:decimalLongitude "-3.033333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2195"^^xsd:integer ;
  dwc:maximumDepthInMeters "2195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.2 -3.033333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "75.2"^^xsd:decimal ;
  geo-pos:long "-3.033333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2701'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-3.0333333333333'^^xsd:double;
  dwc:latitude '75.2'^^xsd:double;
  dwc:minimumDepth '2195'^^xsd:integer;
  dwc:maximumDepth '2195'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2701'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.025 -1.7499999999999982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7499999999999982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3709"^^xsd:integer ;
  dwc:maximumDepthInMeters "3709"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.025 -1.7499999999999982)"^^geo:wktLiteral ;
  geo-pos:lat "76.025"^^xsd:decimal ;
  geo-pos:long "-1.7499999999999982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3477'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-1.75'^^xsd:double;
  dwc:startLongitude '-1.81667'^^xsd:double;
  dwc:endLongitude '-1.68333'^^xsd:double;
  dwc:latitude '76.025'^^xsd:double;
  dwc:startLatitude '76.01667'^^xsd:double;
  dwc:endLatitude '76.03333'^^xsd:double;
  dwc:minimumDepth '3709'^^xsd:integer;
  dwc:maximumDepth '3709'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3477'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.025 -1.7499999999999982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7499999999999982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3709"^^xsd:integer ;
  dwc:maximumDepthInMeters "3709"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.025 -1.7499999999999982)"^^geo:wktLiteral ;
  geo-pos:lat "76.025"^^xsd:decimal ;
  geo-pos:long "-1.7499999999999982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3134'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-1.75'^^xsd:double;
  dwc:startLongitude '-1.81667'^^xsd:double;
  dwc:endLongitude '-1.68333'^^xsd:double;
  dwc:latitude '76.025'^^xsd:double;
  dwc:startLatitude '76.01667'^^xsd:double;
  dwc:endLatitude '76.03333'^^xsd:double;
  dwc:minimumDepth '3709'^^xsd:integer;
  dwc:maximumDepth '3709'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3134'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.76666666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3350"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "66.76666666666665"^^xsd:decimal ;
  geo-pos:long "-1.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3270'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-1.6833333333333'^^xsd:double;
  dwc:startLongitude '-1.35'^^xsd:double;
  dwc:endLongitude '-2.01667'^^xsd:double;
  dwc:latitude '66.766666666667'^^xsd:double;
  dwc:startLatitude '66.75'^^xsd:double;
  dwc:endLatitude '66.78333'^^xsd:double;
  dwc:minimumDepth '3350'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3270'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.76666666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3350"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "66.76666666666665"^^xsd:decimal ;
  geo-pos:long "-1.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2783'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-1.6833333333333'^^xsd:double;
  dwc:startLongitude '-1.35'^^xsd:double;
  dwc:endLongitude '-2.01667'^^xsd:double;
  dwc:latitude '66.766666666667'^^xsd:double;
  dwc:startLatitude '66.75'^^xsd:double;
  dwc:endLatitude '66.78333'^^xsd:double;
  dwc:minimumDepth '3350'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2783'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.76666666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3350"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "66.76666666666665"^^xsd:decimal ;
  geo-pos:long "-1.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3297'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-1.6833333333333'^^xsd:double;
  dwc:startLongitude '-1.35'^^xsd:double;
  dwc:endLongitude '-2.01667'^^xsd:double;
  dwc:latitude '66.766666666667'^^xsd:double;
  dwc:startLatitude '66.75'^^xsd:double;
  dwc:endLatitude '66.78333'^^xsd:double;
  dwc:minimumDepth '3350'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3297'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.76666666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3350"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "66.76666666666665"^^xsd:decimal ;
  geo-pos:long "-1.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2706'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-1.6833333333333'^^xsd:double;
  dwc:startLongitude '-1.35'^^xsd:double;
  dwc:endLongitude '-2.01667'^^xsd:double;
  dwc:latitude '66.766666666667'^^xsd:double;
  dwc:startLatitude '66.75'^^xsd:double;
  dwc:endLatitude '66.78333'^^xsd:double;
  dwc:minimumDepth '3350'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2706'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.76666666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3350"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "66.76666666666665"^^xsd:decimal ;
  geo-pos:long "-1.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3473'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-1.6833333333333'^^xsd:double;
  dwc:startLongitude '-1.35'^^xsd:double;
  dwc:endLongitude '-2.01667'^^xsd:double;
  dwc:latitude '66.766666666667'^^xsd:double;
  dwc:startLatitude '66.75'^^xsd:double;
  dwc:endLatitude '66.78333'^^xsd:double;
  dwc:minimumDepth '3350'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3473'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.76666666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3350"^^xsd:integer ;
  dwc:maximumDepthInMeters "3670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76666666666665 -1.68333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "66.76666666666665"^^xsd:decimal ;
  geo-pos:long "-1.68333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3130'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-1.6833333333333'^^xsd:double;
  dwc:startLongitude '-1.35'^^xsd:double;
  dwc:endLongitude '-2.01667'^^xsd:double;
  dwc:latitude '66.766666666667'^^xsd:double;
  dwc:startLatitude '66.75'^^xsd:double;
  dwc:endLatitude '66.78333'^^xsd:double;
  dwc:minimumDepth '3350'^^xsd:integer;
  dwc:maximumDepth '3670'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3130'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.21666666666667 -0.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-0.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2814"^^xsd:integer ;
  dwc:maximumDepthInMeters "2814"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.21666666666667 -0.55)"^^geo:wktLiteral ;
  geo-pos:lat "65.21666666666667"^^xsd:decimal ;
  geo-pos:long "-0.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2775'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-0.55'^^xsd:double;
  dwc:latitude '65.216666666667'^^xsd:double;
  dwc:minimumDepth '2814'^^xsd:integer;
  dwc:maximumDepth '2814'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2775'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.21666666666667 -0.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.21666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-0.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2814"^^xsd:integer ;
  dwc:maximumDepthInMeters "2814"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.21666666666667 -0.55)"^^geo:wktLiteral ;
  geo-pos:lat "65.21666666666667"^^xsd:decimal ;
  geo-pos:long "-0.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2700'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '-0.55'^^xsd:double;
  dwc:latitude '65.216666666667'^^xsd:double;
  dwc:minimumDepth '2814'^^xsd:integer;
  dwc:maximumDepth '2814'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2700'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.34166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-0.04999999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "3000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  geo-pos:lat "65.34166666666665"^^xsd:decimal ;
  geo-pos:long "-0.04999999999999998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3269'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-0.05'^^xsd:double;
  dwc:startLongitude '-0.01667'^^xsd:double;
  dwc:endLongitude '-0.08333'^^xsd:double;
  dwc:latitude '65.341666666667'^^xsd:double;
  dwc:startLatitude '65.2'^^xsd:double;
  dwc:endLatitude '65.48333'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '3000'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3269'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.34166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-0.04999999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "3000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  geo-pos:lat "65.34166666666665"^^xsd:decimal ;
  geo-pos:long "-0.04999999999999998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2782'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-0.05'^^xsd:double;
  dwc:startLongitude '-0.01667'^^xsd:double;
  dwc:endLongitude '-0.08333'^^xsd:double;
  dwc:latitude '65.341666666667'^^xsd:double;
  dwc:startLatitude '65.2'^^xsd:double;
  dwc:endLatitude '65.48333'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '3000'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2782'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.34166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-0.04999999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "3000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  geo-pos:lat "65.34166666666665"^^xsd:decimal ;
  geo-pos:long "-0.04999999999999998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3296'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-0.05'^^xsd:double;
  dwc:startLongitude '-0.01667'^^xsd:double;
  dwc:endLongitude '-0.08333'^^xsd:double;
  dwc:latitude '65.341666666667'^^xsd:double;
  dwc:startLatitude '65.2'^^xsd:double;
  dwc:endLatitude '65.48333'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '3000'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3296'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.34166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-0.04999999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "3000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  geo-pos:lat "65.34166666666665"^^xsd:decimal ;
  geo-pos:long "-0.04999999999999998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3472'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-0.05'^^xsd:double;
  dwc:startLongitude '-0.01667'^^xsd:double;
  dwc:endLongitude '-0.08333'^^xsd:double;
  dwc:latitude '65.341666666667'^^xsd:double;
  dwc:startLatitude '65.2'^^xsd:double;
  dwc:endLatitude '65.48333'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '3000'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3472'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.34166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-0.04999999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "3000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  geo-pos:lat "65.34166666666665"^^xsd:decimal ;
  geo-pos:long "-0.04999999999999998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2705'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-0.05'^^xsd:double;
  dwc:startLongitude '-0.01667'^^xsd:double;
  dwc:endLongitude '-0.08333'^^xsd:double;
  dwc:latitude '65.341666666667'^^xsd:double;
  dwc:startLatitude '65.2'^^xsd:double;
  dwc:endLatitude '65.48333'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '3000'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2705'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.34166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "-0.04999999999999998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2900"^^xsd:integer ;
  dwc:maximumDepthInMeters "3000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34166666666665 -0.04999999999999998)"^^geo:wktLiteral ;
  geo-pos:lat "65.34166666666665"^^xsd:decimal ;
  geo-pos:long "-0.04999999999999998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3129'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '-0.05'^^xsd:double;
  dwc:startLongitude '-0.01667'^^xsd:double;
  dwc:endLongitude '-0.08333'^^xsd:double;
  dwc:latitude '65.341666666667'^^xsd:double;
  dwc:startLatitude '65.2'^^xsd:double;
  dwc:endLatitude '65.48333'^^xsd:double;
  dwc:minimumDepth '2900'^^xsd:integer;
  dwc:maximumDepth '3000'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3129'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.95"^^xsd:decimal ;
  dwc:decimalLongitude "0.49166666666666664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3193"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  geo-pos:lat "76.95"^^xsd:decimal ;
  geo-pos:long "0.49166666666666664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3272'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '0.49166666666667'^^xsd:double;
  dwc:startLongitude '0.95'^^xsd:double;
  dwc:endLongitude '0.03333'^^xsd:double;
  dwc:latitude '76.95'^^xsd:double;
  dwc:startLatitude '76.9'^^xsd:double;
  dwc:endLatitude '77'^^xsd:integer;
  dwc:minimumDepth '3193'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3272'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.95"^^xsd:decimal ;
  dwc:decimalLongitude "0.49166666666666664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3193"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  geo-pos:lat "76.95"^^xsd:decimal ;
  geo-pos:long "0.49166666666666664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2785'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '0.49166666666667'^^xsd:double;
  dwc:startLongitude '0.95'^^xsd:double;
  dwc:endLongitude '0.03333'^^xsd:double;
  dwc:latitude '76.95'^^xsd:double;
  dwc:startLatitude '76.9'^^xsd:double;
  dwc:endLatitude '77'^^xsd:integer;
  dwc:minimumDepth '3193'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2785'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.95"^^xsd:decimal ;
  dwc:decimalLongitude "0.49166666666666664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3193"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  geo-pos:lat "76.95"^^xsd:decimal ;
  geo-pos:long "0.49166666666666664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3300'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '0.49166666666667'^^xsd:double;
  dwc:startLongitude '0.95'^^xsd:double;
  dwc:endLongitude '0.03333'^^xsd:double;
  dwc:latitude '76.95'^^xsd:double;
  dwc:startLatitude '76.9'^^xsd:double;
  dwc:endLatitude '77'^^xsd:integer;
  dwc:minimumDepth '3193'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3300'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.95"^^xsd:decimal ;
  dwc:decimalLongitude "0.49166666666666664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3193"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  geo-pos:lat "76.95"^^xsd:decimal ;
  geo-pos:long "0.49166666666666664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3476'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '0.49166666666667'^^xsd:double;
  dwc:startLongitude '0.95'^^xsd:double;
  dwc:endLongitude '0.03333'^^xsd:double;
  dwc:latitude '76.95'^^xsd:double;
  dwc:startLatitude '76.9'^^xsd:double;
  dwc:endLatitude '77'^^xsd:integer;
  dwc:minimumDepth '3193'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3476'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.95"^^xsd:decimal ;
  dwc:decimalLongitude "0.49166666666666664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3193"^^xsd:integer ;
  dwc:maximumDepthInMeters "3200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 0.49166666666666664)"^^geo:wktLiteral ;
  geo-pos:lat "76.95"^^xsd:decimal ;
  geo-pos:long "0.49166666666666664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3133'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '0.49166666666667'^^xsd:double;
  dwc:startLongitude '0.95'^^xsd:double;
  dwc:endLongitude '0.03333'^^xsd:double;
  dwc:latitude '76.95'^^xsd:double;
  dwc:startLatitude '76.9'^^xsd:double;
  dwc:endLatitude '77'^^xsd:integer;
  dwc:minimumDepth '3193'^^xsd:integer;
  dwc:maximumDepth '3200'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3133'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.16666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2589"^^xsd:integer ;
  dwc:maximumDepthInMeters "2589"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "36.916666666666664"^^xsd:decimal ;
  geo-pos:long "1.16666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3248'^^xsd:string;
  dwc:scientificName 'Parvicardium minimum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '1.1666666666667'^^xsd:double;
  dwc:latitude '36.916666666667'^^xsd:double;
  dwc:minimumDepth '2589'^^xsd:integer;
  dwc:maximumDepth '2589'^^xsd:integer;
  dwc:aphiaid '139010'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3248'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1417307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.16666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2589"^^xsd:integer ;
  dwc:maximumDepthInMeters "2589"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "36.916666666666664"^^xsd:decimal ;
  geo-pos:long "1.16666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3387'^^xsd:string;
  dwc:scientificName 'Abra longicallus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '1.1666666666667'^^xsd:double;
  dwc:latitude '36.916666666667'^^xsd:double;
  dwc:minimumDepth '2589'^^xsd:integer;
  dwc:maximumDepth '2589'^^xsd:integer;
  dwc:aphiaid '141434'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3387'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141434'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.16666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2589"^^xsd:integer ;
  dwc:maximumDepthInMeters "2589"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "36.916666666666664"^^xsd:decimal ;
  geo-pos:long "1.16666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2216'^^xsd:string;
  dwc:scientificName 'Yoldia minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '1.1666666666667'^^xsd:double;
  dwc:latitude '36.916666666667'^^xsd:double;
  dwc:minimumDepth '2589'^^xsd:integer;
  dwc:maximumDepth '2589'^^xsd:integer;
  dwc:aphiaid '141991'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2216'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '236684'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.16666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2589"^^xsd:integer ;
  dwc:maximumDepthInMeters "2589"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "36.916666666666664"^^xsd:decimal ;
  geo-pos:long "1.16666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1708'^^xsd:string;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '1.1666666666667'^^xsd:double;
  dwc:latitude '36.916666666667'^^xsd:double;
  dwc:minimumDepth '2589'^^xsd:integer;
  dwc:maximumDepth '2589'^^xsd:integer;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1708'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.16666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2589"^^xsd:integer ;
  dwc:maximumDepthInMeters "2589"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.916666666666664 1.16666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "36.916666666666664"^^xsd:decimal ;
  geo-pos:long "1.16666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1609'^^xsd:string;
  dwc:scientificName 'Ennucula aegeensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '1.1666666666667'^^xsd:double;
  dwc:latitude '36.916666666667'^^xsd:double;
  dwc:minimumDepth '2589'^^xsd:integer;
  dwc:maximumDepth '2589'^^xsd:integer;
  dwc:aphiaid '140581'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1609'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140581'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.37499999999994"^^xsd:decimal ;
  dwc:decimalLongitude "1.6666666666666652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  geo-pos:lat "64.37499999999994"^^xsd:decimal ;
  geo-pos:long "1.6666666666666652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3268'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.6666666666667'^^xsd:double;
  dwc:startLongitude '1.6'^^xsd:double;
  dwc:endLongitude '1.73333'^^xsd:double;
  dwc:latitude '64.375'^^xsd:double;
  dwc:startLatitude '64.43333'^^xsd:double;
  dwc:endLatitude '64.31667'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3268'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.37499999999994"^^xsd:decimal ;
  dwc:decimalLongitude "1.6666666666666652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  geo-pos:lat "64.37499999999994"^^xsd:decimal ;
  geo-pos:long "1.6666666666666652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2781'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.6666666666667'^^xsd:double;
  dwc:startLongitude '1.6'^^xsd:double;
  dwc:endLongitude '1.73333'^^xsd:double;
  dwc:latitude '64.375'^^xsd:double;
  dwc:startLatitude '64.43333'^^xsd:double;
  dwc:endLatitude '64.31667'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2781'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.37499999999994"^^xsd:decimal ;
  dwc:decimalLongitude "1.6666666666666652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  geo-pos:lat "64.37499999999994"^^xsd:decimal ;
  geo-pos:long "1.6666666666666652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3295'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.6666666666667'^^xsd:double;
  dwc:startLongitude '1.6'^^xsd:double;
  dwc:endLongitude '1.73333'^^xsd:double;
  dwc:latitude '64.375'^^xsd:double;
  dwc:startLatitude '64.43333'^^xsd:double;
  dwc:endLatitude '64.31667'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3295'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.37499999999994"^^xsd:decimal ;
  dwc:decimalLongitude "1.6666666666666652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  geo-pos:lat "64.37499999999994"^^xsd:decimal ;
  geo-pos:long "1.6666666666666652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3471'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.6666666666667'^^xsd:double;
  dwc:startLongitude '1.6'^^xsd:double;
  dwc:endLongitude '1.73333'^^xsd:double;
  dwc:latitude '64.375'^^xsd:double;
  dwc:startLatitude '64.43333'^^xsd:double;
  dwc:endLatitude '64.31667'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3471'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.37499999999994"^^xsd:decimal ;
  dwc:decimalLongitude "1.6666666666666652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  geo-pos:lat "64.37499999999994"^^xsd:decimal ;
  geo-pos:long "1.6666666666666652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3128'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.6666666666667'^^xsd:double;
  dwc:startLongitude '1.6'^^xsd:double;
  dwc:endLongitude '1.73333'^^xsd:double;
  dwc:latitude '64.375'^^xsd:double;
  dwc:startLatitude '64.43333'^^xsd:double;
  dwc:endLatitude '64.31667'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3128'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.37499999999994"^^xsd:decimal ;
  dwc:decimalLongitude "1.6666666666666652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.37499999999994 1.6666666666666652)"^^geo:wktLiteral ;
  geo-pos:lat "64.37499999999994"^^xsd:decimal ;
  geo-pos:long "1.6666666666666652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2704'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '1.6666666666667'^^xsd:double;
  dwc:startLongitude '1.6'^^xsd:double;
  dwc:endLongitude '1.73333'^^xsd:double;
  dwc:latitude '64.375'^^xsd:double;
  dwc:startLatitude '64.43333'^^xsd:double;
  dwc:endLatitude '64.31667'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2700'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2704'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.38333333333334 2.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.38333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "2.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3219"^^xsd:integer ;
  dwc:maximumDepthInMeters "3219"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.38333333333334 2.5)"^^geo:wktLiteral ;
  geo-pos:lat "70.38333333333334"^^xsd:decimal ;
  geo-pos:long "2.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1846'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '2.5'^^xsd:double;
  dwc:latitude '70.383333333333'^^xsd:double;
  dwc:minimumDepth '3219'^^xsd:integer;
  dwc:maximumDepth '3219'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1846'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.06666666666666 3.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.06666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "3.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2460"^^xsd:integer ;
  dwc:maximumDepthInMeters "2460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.06666666666666 3.85)"^^geo:wktLiteral ;
  geo-pos:lat "78.06666666666666"^^xsd:decimal ;
  geo-pos:long "3.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1843'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1935'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:longitude '3.85'^^xsd:double;
  dwc:latitude '78.066666666667'^^xsd:double;
  dwc:minimumDepth '2460'^^xsd:integer;
  dwc:maximumDepth '2460'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1843'^^xsd:string;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.06666666666666 3.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.06666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "3.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2460"^^xsd:integer ;
  dwc:maximumDepthInMeters "2460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.06666666666666 3.85)"^^geo:wktLiteral ;
  geo-pos:lat "78.06666666666666"^^xsd:decimal ;
  geo-pos:long "3.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2186'^^xsd:string;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1935'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:longitude '3.85'^^xsd:double;
  dwc:latitude '78.066666666667'^^xsd:double;
  dwc:minimumDepth '2460'^^xsd:integer;
  dwc:maximumDepth '2460'^^xsd:integer;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2186'^^xsd:string;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.06666666666666 3.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.06666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "3.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2460"^^xsd:integer ;
  dwc:maximumDepthInMeters "2460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.06666666666666 3.85)"^^geo:wktLiteral ;
  geo-pos:lat "78.06666666666666"^^xsd:decimal ;
  geo-pos:long "3.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2217'^^xsd:string;
  dwc:scientificName 'Yoldiella annenkovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1935'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:longitude '3.85'^^xsd:double;
  dwc:latitude '78.066666666667'^^xsd:double;
  dwc:minimumDepth '2460'^^xsd:integer;
  dwc:maximumDepth '2460'^^xsd:integer;
  dwc:aphiaid '141992'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2217'^^xsd:string;
  dwc:aphiaIdAccepted '141992'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.19166666666665 4.43333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.19166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "4.43333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3213"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.19166666666665 4.43333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "69.19166666666665"^^xsd:decimal ;
  geo-pos:long "4.43333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3474'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '4.4333333333333'^^xsd:double;
  dwc:startLongitude '4.18333'^^xsd:double;
  dwc:endLongitude '4.68333'^^xsd:double;
  dwc:latitude '69.191666666667'^^xsd:double;
  dwc:startLatitude '69.08333'^^xsd:double;
  dwc:endLatitude '69.3'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3213'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3474'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.19166666666665 4.43333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.19166666666665"^^xsd:decimal ;
  dwc:decimalLongitude "4.43333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3210"^^xsd:integer ;
  dwc:maximumDepthInMeters "3213"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.19166666666665 4.43333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "69.19166666666665"^^xsd:decimal ;
  geo-pos:long "4.43333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3131'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '4.4333333333333'^^xsd:double;
  dwc:startLongitude '4.18333'^^xsd:double;
  dwc:endLongitude '4.68333'^^xsd:double;
  dwc:latitude '69.191666666667'^^xsd:double;
  dwc:startLatitude '69.08333'^^xsd:double;
  dwc:endLatitude '69.3'^^xsd:double;
  dwc:minimumDepth '3210'^^xsd:integer;
  dwc:maximumDepth '3213'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3131'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.98333333333333 6.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.98333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "6.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3127"^^xsd:integer ;
  dwc:maximumDepthInMeters "3127"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.98333333333333 6.25)"^^geo:wktLiteral ;
  geo-pos:lat "69.98333333333333"^^xsd:decimal ;
  geo-pos:long "6.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1845'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '6.25'^^xsd:double;
  dwc:latitude '69.983333333333'^^xsd:double;
  dwc:minimumDepth '3127'^^xsd:integer;
  dwc:maximumDepth '3127'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1845'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68333333333333 6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.68333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2760"^^xsd:integer ;
  dwc:maximumDepthInMeters "2760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68333333333333 6.45)"^^geo:wktLiteral ;
  geo-pos:lat "37.68333333333333"^^xsd:decimal ;
  geo-pos:long "6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2162'^^xsd:string;
  dwc:scientificName 'Saccella commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:longitude '6.45'^^xsd:double;
  dwc:latitude '37.683333333333'^^xsd:double;
  dwc:minimumDepth '2760'^^xsd:integer;
  dwc:maximumDepth '2760'^^xsd:integer;
  dwc:aphiaid '236688'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2162'^^xsd:string;
  dwc:observationDate '1870-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '236688'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4166666666666 7.36666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "7.36666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2068"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4166666666666 7.36666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "43.4166666666666"^^xsd:decimal ;
  geo-pos:long "7.36666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3249'^^xsd:string;
  dwc:scientificName 'Parvicardium minimum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '7.3666666666667'^^xsd:double;
  dwc:latitude '43.416666666667'^^xsd:double;
  dwc:minimumDepth '2068'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '139010'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3249'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1417307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4166666666666 7.36666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "7.36666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2068"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4166666666666 7.36666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "43.4166666666666"^^xsd:decimal ;
  geo-pos:long "7.36666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3064'^^xsd:string;
  dwc:scientificName 'Axinus grandis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '7.3666666666667'^^xsd:double;
  dwc:latitude '43.416666666667'^^xsd:double;
  dwc:minimumDepth '2068'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '141653'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3064'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141653'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4166666666666 7.36666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "7.36666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2068"^^xsd:integer ;
  dwc:maximumDepthInMeters "2068"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4166666666666 7.36666666666666)"^^geo:wktLiteral ;
  geo-pos:lat "43.4166666666666"^^xsd:decimal ;
  geo-pos:long "7.36666666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3200'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '7.3666666666667'^^xsd:double;
  dwc:latitude '43.416666666667'^^xsd:double;
  dwc:minimumDepth '2068'^^xsd:integer;
  dwc:maximumDepth '2068'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3200'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.41166666666666 8.18333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.41166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "8.18333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2809"^^xsd:integer ;
  dwc:maximumDepthInMeters "2836"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.41166666666666 8.18333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "41.41166666666666"^^xsd:decimal ;
  geo-pos:long "8.18333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1807'^^xsd:string;
  dwc:scientificName 'Katadesmia cuneata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '8.1833333333333'^^xsd:double;
  dwc:latitude '41.411666666667'^^xsd:double;
  dwc:minimumDepth '2809'^^xsd:integer;
  dwc:maximumDepth '2836'^^xsd:integer;
  dwc:aphiaid '140306'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1807'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.41166666666666 8.18333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.41166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "8.18333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2809"^^xsd:integer ;
  dwc:maximumDepthInMeters "2836"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.41166666666666 8.18333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "41.41166666666666"^^xsd:decimal ;
  geo-pos:long "8.18333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1616'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '8.1833333333333'^^xsd:double;
  dwc:latitude '41.411666666667'^^xsd:double;
  dwc:minimumDepth '2809'^^xsd:integer;
  dwc:maximumDepth '2836'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1616'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.41166666666666 8.18333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.41166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "8.18333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2809"^^xsd:integer ;
  dwc:maximumDepthInMeters "2836"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.41166666666666 8.18333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "41.41166666666666"^^xsd:decimal ;
  geo-pos:long "8.18333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3503'^^xsd:string;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '8.1833333333333'^^xsd:double;
  dwc:latitude '41.411666666667'^^xsd:double;
  dwc:minimumDepth '2809'^^xsd:integer;
  dwc:maximumDepth '2836'^^xsd:integer;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3503'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.41166666666666 8.18333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.41166666666666"^^xsd:decimal ;
  dwc:decimalLongitude "8.18333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2809"^^xsd:integer ;
  dwc:maximumDepthInMeters "2836"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.41166666666666 8.18333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "41.41166666666666"^^xsd:decimal ;
  geo-pos:long "8.18333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1611'^^xsd:string;
  dwc:scientificName 'Ennucula aegeensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '8.1833333333333'^^xsd:double;
  dwc:latitude '41.411666666667'^^xsd:double;
  dwc:minimumDepth '2809'^^xsd:integer;
  dwc:maximumDepth '2836'^^xsd:integer;
  dwc:aphiaid '140581'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1611'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140581'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.88333333333333 8.38333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.38333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2465"^^xsd:integer ;
  dwc:maximumDepthInMeters "2465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.88333333333333 8.38333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "41.88333333333333"^^xsd:decimal ;
  geo-pos:long "8.38333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2813'^^xsd:string;
  dwc:scientificName 'Pseudamussium sulcatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '8.3833333333333'^^xsd:double;
  dwc:latitude '41.883333333333'^^xsd:double;
  dwc:minimumDepth '2465'^^xsd:integer;
  dwc:maximumDepth '2465'^^xsd:integer;
  dwc:aphiaid '181301'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2813'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.88333333333333 8.38333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.38333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2465"^^xsd:integer ;
  dwc:maximumDepthInMeters "2465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.88333333333333 8.38333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "41.88333333333333"^^xsd:decimal ;
  geo-pos:long "8.38333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2697'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:longitude '8.3833333333333'^^xsd:double;
  dwc:latitude '41.883333333333'^^xsd:double;
  dwc:minimumDepth '2465'^^xsd:integer;
  dwc:maximumDepth '2465'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2697'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52499999999995"^^xsd:decimal ;
  dwc:decimalLongitude "10.44999999999995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  geo-pos:lat "69.52499999999995"^^xsd:decimal ;
  geo-pos:long "10.44999999999995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3271'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.45'^^xsd:double;
  dwc:startLongitude '10.18333'^^xsd:double;
  dwc:endLongitude '10.71667'^^xsd:double;
  dwc:latitude '69.525'^^xsd:double;
  dwc:startLatitude '69.33333'^^xsd:double;
  dwc:endLatitude '69.71667'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2960'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3271'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52499999999995"^^xsd:decimal ;
  dwc:decimalLongitude "10.44999999999995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  geo-pos:lat "69.52499999999995"^^xsd:decimal ;
  geo-pos:long "10.44999999999995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2784'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.45'^^xsd:double;
  dwc:startLongitude '10.18333'^^xsd:double;
  dwc:endLongitude '10.71667'^^xsd:double;
  dwc:latitude '69.525'^^xsd:double;
  dwc:startLatitude '69.33333'^^xsd:double;
  dwc:endLatitude '69.71667'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2960'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2784'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52499999999995"^^xsd:decimal ;
  dwc:decimalLongitude "10.44999999999995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  geo-pos:lat "69.52499999999995"^^xsd:decimal ;
  geo-pos:long "10.44999999999995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3298'^^xsd:string;
  dwc:scientificName 'Syssitomya pourtalesiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.45'^^xsd:double;
  dwc:startLongitude '10.18333'^^xsd:double;
  dwc:endLongitude '10.71667'^^xsd:double;
  dwc:latitude '69.525'^^xsd:double;
  dwc:startLatitude '69.33333'^^xsd:double;
  dwc:endLatitude '69.71667'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2960'^^xsd:integer;
  dwc:aphiaid '597707'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3298'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '597707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52499999999995"^^xsd:decimal ;
  dwc:decimalLongitude "10.44999999999995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  geo-pos:lat "69.52499999999995"^^xsd:decimal ;
  geo-pos:long "10.44999999999995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3475'^^xsd:string;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.45'^^xsd:double;
  dwc:startLongitude '10.18333'^^xsd:double;
  dwc:endLongitude '10.71667'^^xsd:double;
  dwc:latitude '69.525'^^xsd:double;
  dwc:startLatitude '69.33333'^^xsd:double;
  dwc:endLatitude '69.71667'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2960'^^xsd:integer;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3475'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52499999999995"^^xsd:decimal ;
  dwc:decimalLongitude "10.44999999999995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  geo-pos:lat "69.52499999999995"^^xsd:decimal ;
  geo-pos:long "10.44999999999995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3132'^^xsd:string;
  dwc:scientificName 'Mendicula ockelmanni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.45'^^xsd:double;
  dwc:startLongitude '10.18333'^^xsd:double;
  dwc:endLongitude '10.71667'^^xsd:double;
  dwc:latitude '69.525'^^xsd:double;
  dwc:startLatitude '69.33333'^^xsd:double;
  dwc:endLatitude '69.71667'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2960'^^xsd:integer;
  dwc:aphiaid '815951'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3132'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '815951'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52499999999995"^^xsd:decimal ;
  dwc:decimalLongitude "10.44999999999995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52499999999995 10.44999999999995)"^^geo:wktLiteral ;
  geo-pos:lat "69.52499999999995"^^xsd:decimal ;
  geo-pos:long "10.44999999999995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2707'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '10.45'^^xsd:double;
  dwc:startLongitude '10.18333'^^xsd:double;
  dwc:endLongitude '10.71667'^^xsd:double;
  dwc:latitude '69.525'^^xsd:double;
  dwc:startLatitude '69.33333'^^xsd:double;
  dwc:endLatitude '69.71667'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2960'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2707'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.41666666666667 13.8166666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.41666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "13.8166666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2639"^^xsd:integer ;
  dwc:maximumDepthInMeters "2639"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.41666666666667 13.8166666666666)"^^geo:wktLiteral ;
  geo-pos:lat "69.41666666666667"^^xsd:decimal ;
  geo-pos:long "13.8166666666666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3250'^^xsd:string;
  dwc:scientificName 'Parvicardium minimum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:longitude '13.816666666667'^^xsd:double;
  dwc:latitude '69.416666666667'^^xsd:double;
  dwc:minimumDepth '2639'^^xsd:integer;
  dwc:maximumDepth '2639'^^xsd:integer;
  dwc:aphiaid '139010'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3250'^^xsd:string;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1417307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.373333333333335 17.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.373333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "17.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.373333333333335 17.95)"^^geo:wktLiteral ;
  geo-pos:lat "39.373333333333335"^^xsd:decimal ;
  geo-pos:long "17.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3285'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '17.95'^^xsd:double;
  dwc:latitude '39.373333333333'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2400'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3285'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.373333333333335 17.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.373333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "17.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.373333333333335 17.95)"^^geo:wktLiteral ;
  geo-pos:lat "39.373333333333335"^^xsd:decimal ;
  geo-pos:long "17.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3313'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '17.95'^^xsd:double;
  dwc:latitude '39.373333333333'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2400'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3313'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.373333333333335 17.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.373333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "17.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.373333333333335 17.95)"^^geo:wktLiteral ;
  geo-pos:lat "39.373333333333335"^^xsd:decimal ;
  geo-pos:long "17.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3436'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '17.95'^^xsd:double;
  dwc:latitude '39.373333333333'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2400'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3436'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.373333333333335 17.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.373333333333335"^^xsd:decimal ;
  dwc:decimalLongitude "17.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.373333333333335 17.95)"^^geo:wktLiteral ;
  geo-pos:lat "39.373333333333335"^^xsd:decimal ;
  geo-pos:long "17.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3065'^^xsd:string;
  dwc:scientificName 'Axinus grandis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '17.95'^^xsd:double;
  dwc:latitude '39.373333333333'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2400'^^xsd:integer;
  dwc:aphiaid '141653'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3065'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141653'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "18.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3910"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.233333333333334"^^xsd:decimal ;
  geo-pos:long "18.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1636'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.15'^^xsd:double;
  dwc:latitude '36.233333333333'^^xsd:double;
  dwc:minimumDepth '3910'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1636'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "18.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3910"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.233333333333334"^^xsd:decimal ;
  geo-pos:long "18.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3432'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.15'^^xsd:double;
  dwc:latitude '36.233333333333'^^xsd:double;
  dwc:minimumDepth '3910'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3432'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "18.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3910"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.233333333333334"^^xsd:decimal ;
  geo-pos:long "18.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1908'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.15'^^xsd:double;
  dwc:latitude '36.233333333333'^^xsd:double;
  dwc:minimumDepth '3910'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1908'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "18.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3910"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.233333333333334"^^xsd:decimal ;
  geo-pos:long "18.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1910'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.15'^^xsd:double;
  dwc:latitude '36.233333333333'^^xsd:double;
  dwc:minimumDepth '3910'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1910'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.233333333333334"^^xsd:decimal ;
  dwc:decimalLongitude "18.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3910"^^xsd:integer ;
  dwc:maximumDepthInMeters "3910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.233333333333334 18.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.233333333333334"^^xsd:decimal ;
  geo-pos:long "18.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3434'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.15'^^xsd:double;
  dwc:latitude '36.233333333333'^^xsd:double;
  dwc:minimumDepth '3910'^^xsd:integer;
  dwc:maximumDepth '3910'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3434'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "18.3333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "38.916666666666664"^^xsd:decimal ;
  geo-pos:long "18.3333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2481'^^xsd:string;
  dwc:scientificName 'Yoldiella philippiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.333333333333'^^xsd:double;
  dwc:latitude '38.916666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '142005'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2481'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '142005'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "18.3333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "38.916666666666664"^^xsd:decimal ;
  geo-pos:long "18.3333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3437'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.333333333333'^^xsd:double;
  dwc:latitude '38.916666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3437'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "18.3333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "38.916666666666664"^^xsd:decimal ;
  geo-pos:long "18.3333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3498'^^xsd:string;
  dwc:scientificName 'Cuspidaria elliptica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.333333333333'^^xsd:double;
  dwc:latitude '38.916666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '139443'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3498'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '139443'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "18.3333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "38.916666666666664"^^xsd:decimal ;
  geo-pos:long "18.3333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3063'^^xsd:string;
  dwc:scientificName 'Axinulus eumyarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.333333333333'^^xsd:double;
  dwc:latitude '38.916666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '234162'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3063'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '851922'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "18.3333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "38.916666666666664"^^xsd:decimal ;
  geo-pos:long "18.3333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3066'^^xsd:string;
  dwc:scientificName 'Axinus grandis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.333333333333'^^xsd:double;
  dwc:latitude '38.916666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '141653'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3066'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141653'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.916666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "18.3333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2300"^^xsd:integer ;
  dwc:maximumDepthInMeters "2300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.916666666666664 18.3333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "38.916666666666664"^^xsd:decimal ;
  geo-pos:long "18.3333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3201'^^xsd:string;
  dwc:scientificName 'Thyasira subovata subovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.333333333333'^^xsd:double;
  dwc:latitude '38.916666666667'^^xsd:double;
  dwc:minimumDepth '2300'^^xsd:integer;
  dwc:maximumDepth '2300'^^xsd:integer;
  dwc:aphiaid '815955'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3201'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141675'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.166666666666664 18.3833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.166666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "18.3833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4072"^^xsd:integer ;
  dwc:maximumDepthInMeters "4072"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.166666666666664 18.3833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "36.166666666666664"^^xsd:decimal ;
  geo-pos:long "18.3833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1909'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '18.383333333333'^^xsd:double;
  dwc:latitude '36.166666666667'^^xsd:double;
  dwc:minimumDepth '4072'^^xsd:integer;
  dwc:maximumDepth '4072'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1909'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46666666666667 20.6333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "20.6333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2760"^^xsd:integer ;
  dwc:maximumDepthInMeters "2760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46666666666667 20.6333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "36.46666666666667"^^xsd:decimal ;
  geo-pos:long "20.6333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1637'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '20.633333333333'^^xsd:double;
  dwc:latitude '36.466666666667'^^xsd:double;
  dwc:minimumDepth '2760'^^xsd:integer;
  dwc:maximumDepth '2760'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1637'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46666666666667 20.6333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "20.6333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2760"^^xsd:integer ;
  dwc:maximumDepthInMeters "2760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46666666666667 20.6333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "36.46666666666667"^^xsd:decimal ;
  geo-pos:long "20.6333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3433'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '20.633333333333'^^xsd:double;
  dwc:latitude '36.466666666667'^^xsd:double;
  dwc:minimumDepth '2760'^^xsd:integer;
  dwc:maximumDepth '2760'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3433'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46666666666667 20.6333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.46666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "20.6333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2760"^^xsd:integer ;
  dwc:maximumDepthInMeters "2760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46666666666667 20.6333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "36.46666666666667"^^xsd:decimal ;
  geo-pos:long "20.6333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3435'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '20.633333333333'^^xsd:double;
  dwc:latitude '36.466666666667'^^xsd:double;
  dwc:minimumDepth '2760'^^xsd:integer;
  dwc:maximumDepth '2760'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3435'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.36666666666666 25.3333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.36666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "25.3333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3920"^^xsd:integer ;
  dwc:maximumDepthInMeters "3920"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.36666666666666 25.3333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "82.36666666666666"^^xsd:decimal ;
  geo-pos:long "25.3333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2789'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '25.333333333333'^^xsd:double;
  dwc:latitude '82.366666666667'^^xsd:double;
  dwc:minimumDepth '3920'^^xsd:integer;
  dwc:maximumDepth '3920'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2789'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "25.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3259"^^xsd:integer ;
  dwc:maximumDepthInMeters "3259"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  geo-pos:lat "34.516666666666666"^^xsd:decimal ;
  geo-pos:long "25.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1638'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '25.95'^^xsd:double;
  dwc:latitude '34.516666666667'^^xsd:double;
  dwc:minimumDepth '3259'^^xsd:integer;
  dwc:maximumDepth '3259'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1638'^^xsd:string;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "25.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3259"^^xsd:integer ;
  dwc:maximumDepthInMeters "3259"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  geo-pos:lat "34.516666666666666"^^xsd:decimal ;
  geo-pos:long "25.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3566'^^xsd:string;
  dwc:scientificName 'Cuspidaria rostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '25.95'^^xsd:double;
  dwc:latitude '34.516666666667'^^xsd:double;
  dwc:minimumDepth '3259'^^xsd:integer;
  dwc:maximumDepth '3259'^^xsd:integer;
  dwc:aphiaid '407826'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3566'^^xsd:string;
  dwc:aphiaIdAccepted '407824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "25.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3259"^^xsd:integer ;
  dwc:maximumDepthInMeters "3259"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  geo-pos:lat "34.516666666666666"^^xsd:decimal ;
  geo-pos:long "25.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3581'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '25.95'^^xsd:double;
  dwc:latitude '34.516666666667'^^xsd:double;
  dwc:minimumDepth '3259'^^xsd:integer;
  dwc:maximumDepth '3259'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3581'^^xsd:string;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "25.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3259"^^xsd:integer ;
  dwc:maximumDepthInMeters "3259"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  geo-pos:lat "34.516666666666666"^^xsd:decimal ;
  geo-pos:long "25.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1911'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '25.95'^^xsd:double;
  dwc:latitude '34.516666666667'^^xsd:double;
  dwc:minimumDepth '3259'^^xsd:integer;
  dwc:maximumDepth '3259'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1911'^^xsd:string;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.516666666666666"^^xsd:decimal ;
  dwc:decimalLongitude "25.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3259"^^xsd:integer ;
  dwc:maximumDepthInMeters "3259"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.516666666666666 25.95)"^^geo:wktLiteral ;
  geo-pos:lat "34.516666666666666"^^xsd:decimal ;
  geo-pos:long "25.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3438'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '25.95'^^xsd:double;
  dwc:latitude '34.516666666667'^^xsd:double;
  dwc:minimumDepth '3259'^^xsd:integer;
  dwc:maximumDepth '3259'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3438'^^xsd:string;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2069"^^xsd:integer ;
  dwc:maximumDepthInMeters "2069"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  geo-pos:lat "34.666666666666664"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3286'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '26'^^xsd:integer;
  dwc:latitude '34.666666666667'^^xsd:double;
  dwc:minimumDepth '2069'^^xsd:integer;
  dwc:maximumDepth '2069'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3286'^^xsd:string;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2069"^^xsd:integer ;
  dwc:maximumDepthInMeters "2069"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  geo-pos:lat "34.666666666666664"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3261'^^xsd:string;
  dwc:scientificName 'Kurtiella bidentata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '26'^^xsd:integer;
  dwc:latitude '34.666666666667'^^xsd:double;
  dwc:minimumDepth '2069'^^xsd:integer;
  dwc:maximumDepth '2069'^^xsd:integer;
  dwc:aphiaid '345281'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3261'^^xsd:string;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2069"^^xsd:integer ;
  dwc:maximumDepthInMeters "2069"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  geo-pos:lat "34.666666666666664"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3314'^^xsd:string;
  dwc:scientificName 'Kelliella miliaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '26'^^xsd:integer;
  dwc:latitude '34.666666666667'^^xsd:double;
  dwc:minimumDepth '2069'^^xsd:integer;
  dwc:maximumDepth '2069'^^xsd:integer;
  dwc:aphiaid '152396'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3314'^^xsd:string;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2069"^^xsd:integer ;
  dwc:maximumDepthInMeters "2069"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  geo-pos:lat "34.666666666666664"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3439'^^xsd:string;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '26'^^xsd:integer;
  dwc:latitude '34.666666666667'^^xsd:double;
  dwc:minimumDepth '2069'^^xsd:integer;
  dwc:maximumDepth '2069'^^xsd:integer;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3439'^^xsd:string;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2069"^^xsd:integer ;
  dwc:maximumDepthInMeters "2069"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  geo-pos:lat "34.666666666666664"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1982'^^xsd:string;
  dwc:scientificName 'Ennucula corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '26'^^xsd:integer;
  dwc:latitude '34.666666666667'^^xsd:double;
  dwc:minimumDepth '2069'^^xsd:integer;
  dwc:maximumDepth '2069'^^xsd:integer;
  dwc:aphiaid '181259'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1982'^^xsd:string;
  dwc:aphiaIdAccepted '181259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2069"^^xsd:integer ;
  dwc:maximumDepthInMeters "2069"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  geo-pos:lat "34.666666666666664"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1912'^^xsd:string;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '26'^^xsd:integer;
  dwc:latitude '34.666666666667'^^xsd:double;
  dwc:minimumDepth '2069'^^xsd:integer;
  dwc:maximumDepth '2069'^^xsd:integer;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1912'^^xsd:string;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2069"^^xsd:integer ;
  dwc:maximumDepthInMeters "2069"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  geo-pos:lat "34.666666666666664"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3582'^^xsd:string;
  dwc:scientificName 'Cuspidaria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '26'^^xsd:integer;
  dwc:latitude '34.666666666667'^^xsd:double;
  dwc:minimumDepth '2069'^^xsd:integer;
  dwc:maximumDepth '2069'^^xsd:integer;
  dwc:aphiaid '137858'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3582'^^xsd:string;
  dwc:aphiaIdAccepted '137858'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.666666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2069"^^xsd:integer ;
  dwc:maximumDepthInMeters "2069"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.666666666666664 26)"^^geo:wktLiteral ;
  geo-pos:lat "34.666666666666664"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2598'^^xsd:string;
  dwc:scientificName 'Yoldiella wareni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '26'^^xsd:integer;
  dwc:latitude '34.666666666667'^^xsd:double;
  dwc:minimumDepth '2069'^^xsd:integer;
  dwc:maximumDepth '2069'^^xsd:integer;
  dwc:aphiaid '181262'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2598'^^xsd:string;
  dwc:aphiaIdAccepted '181262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.66666666666667 26.0333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "26.0333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2450"^^xsd:integer ;
  dwc:maximumDepthInMeters "2450"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.66666666666667 26.0333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "81.66666666666667"^^xsd:decimal ;
  geo-pos:long "26.0333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3232'^^xsd:string;
  dwc:scientificName 'Thyasira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '26.033333333333'^^xsd:double;
  dwc:latitude '81.666666666667'^^xsd:double;
  dwc:minimumDepth '2450'^^xsd:integer;
  dwc:maximumDepth '2450'^^xsd:integer;
  dwc:aphiaid '138552'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3232'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '138552'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.66666666666667 26.0333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.66666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "26.0333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2450"^^xsd:integer ;
  dwc:maximumDepthInMeters "2450"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.66666666666667 26.0333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "81.66666666666667"^^xsd:decimal ;
  geo-pos:long "26.0333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2218'^^xsd:string;
  dwc:scientificName 'Yoldiella annenkovae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '26.033333333333'^^xsd:double;
  dwc:latitude '81.666666666667'^^xsd:double;
  dwc:minimumDepth '2450'^^xsd:integer;
  dwc:maximumDepth '2450'^^xsd:integer;
  dwc:aphiaid '141992'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2218'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141992'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_1857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.85 26.5833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.85"^^xsd:decimal ;
  dwc:decimalLongitude "26.5833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_1857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.85 26.5833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "81.85"^^xsd:decimal ;
  geo-pos:long "26.5833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_1857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_1857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_1857'^^xsd:string;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '26.583333333333'^^xsd:double;
  dwc:latitude '81.85'^^xsd:double;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3270'^^xsd:integer;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_1857'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.85 26.5833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.85"^^xsd:decimal ;
  dwc:decimalLongitude "26.5833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.85 26.5833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "81.85"^^xsd:decimal ;
  geo-pos:long "26.5833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2790'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '26.583333333333'^^xsd:double;
  dwc:latitude '81.85'^^xsd:double;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3270'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2790'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.85 26.5833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.85"^^xsd:decimal ;
  dwc:decimalLongitude "26.5833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.85 26.5833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "81.85"^^xsd:decimal ;
  geo-pos:long "26.5833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2791'^^xsd:string;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '26.583333333333'^^xsd:double;
  dwc:latitude '81.85'^^xsd:double;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3270'^^xsd:integer;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2791'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.85 26.5833333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.85"^^xsd:decimal ;
  dwc:decimalLongitude "26.5833333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3270"^^xsd:integer ;
  dwc:maximumDepthInMeters "3270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.85 26.5833333333333)"^^geo:wktLiteral ;
  geo-pos:lat "81.85"^^xsd:decimal ;
  geo-pos:long "26.5833333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2192'^^xsd:string;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:longitude '26.583333333333'^^xsd:double;
  dwc:latitude '81.85'^^xsd:double;
  dwc:minimumDepth '3270'^^xsd:integer;
  dwc:maximumDepth '3270'^^xsd:integer;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2192'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5 29.1333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5"^^xsd:decimal ;
  dwc:decimalLongitude "29.1333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2420"^^xsd:integer ;
  dwc:maximumDepthInMeters "2420"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5 29.1333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "32.5"^^xsd:decimal ;
  geo-pos:long "29.1333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3010'^^xsd:string;
  dwc:scientificName 'Myrtea amorpha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:longitude '29.133333333333'^^xsd:double;
  dwc:latitude '32.5'^^xsd:double;
  dwc:minimumDepth '2420'^^xsd:integer;
  dwc:maximumDepth '2420'^^xsd:integer;
  dwc:aphiaid '140286'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3010'^^xsd:string;
  dwc:observationDate '1891-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140286'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_2691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5 29.1333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5"^^xsd:decimal ;
  dwc:decimalLongitude "29.1333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2420"^^xsd:integer ;
  dwc:maximumDepthInMeters "2420"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_2691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5 29.1333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "32.5"^^xsd:decimal ;
  geo-pos:long "29.1333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_2691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_2691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_2691'^^xsd:string;
  dwc:scientificName 'Idas modiolaeformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:longitude '29.133333333333'^^xsd:double;
  dwc:latitude '32.5'^^xsd:double;
  dwc:minimumDepth '2420'^^xsd:integer;
  dwc:maximumDepth '2420'^^xsd:integer;
  dwc:aphiaid '140456'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_2691'^^xsd:string;
  dwc:observationDate '1891-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '140456'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5 29.1333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5"^^xsd:decimal ;
  dwc:decimalLongitude "29.1333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2420"^^xsd:integer ;
  dwc:maximumDepthInMeters "2420"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5 29.1333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "32.5"^^xsd:decimal ;
  geo-pos:long "29.1333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3195'^^xsd:string;
  dwc:scientificName 'Thyasira striata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:longitude '29.133333333333'^^xsd:double;
  dwc:latitude '32.5'^^xsd:double;
  dwc:minimumDepth '2420'^^xsd:integer;
  dwc:maximumDepth '2420'^^xsd:integer;
  dwc:aphiaid '141673'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3195'^^xsd:string;
  dwc:observationDate '1891-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '141673'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.13333333333333 30.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "30.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2563"^^xsd:integer ;
  dwc:maximumDepthInMeters "2563"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.13333333333333 30.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.13333333333333"^^xsd:decimal ;
  geo-pos:long "30.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3765'^^xsd:string;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '30.133333333333'^^xsd:double;
  dwc:latitude '43.133333333333'^^xsd:double;
  dwc:minimumDepth '2563'^^xsd:integer;
  dwc:maximumDepth '2563'^^xsd:integer;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3765'^^xsd:string;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.13333333333333 30.133333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.13333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "30.133333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2563"^^xsd:integer ;
  dwc:maximumDepthInMeters "2563"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.13333333333333 30.133333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "43.13333333333333"^^xsd:decimal ;
  geo-pos:long "30.133333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3055'^^xsd:string;
  dwc:scientificName 'Axinulus croulinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '30.133333333333'^^xsd:double;
  dwc:latitude '43.133333333333'^^xsd:double;
  dwc:minimumDepth '2563'^^xsd:integer;
  dwc:maximumDepth '2563'^^xsd:integer;
  dwc:aphiaid '234161'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3055'^^xsd:string;
  dwc:aphiaIdAccepted '234161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5127__Deepsea_Bivalvia_3009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.333333333333336 30.2666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.333333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "30.2666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2030"^^xsd:integer ;
  dwc:maximumDepthInMeters "2030"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5127__Deepsea_Bivalvia_3009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.333333333333336 30.2666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "35.333333333333336"^^xsd:decimal ;
  geo-pos:long "30.2666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5127__Deepsea_Bivalvia_3009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Bivalvia_3009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5127_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'Senckenberg Forschungsinstitut und Naturmuseum'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Bivalvia'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Bivalvia_3009'^^xsd:string;
  dwc:scientificName 'Lucinoma kazani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '30.266666666667'^^xsd:double;
  dwc:latitude '35.333333333333'^^xsd:double;
  dwc:minimumDepth '2030'^^xsd:integer;
  dwc:maximumDepth '2030'^^xsd:integer;
  dwc:aphiaid '181322'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Bivalvia_3009'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181322'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF