@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/5128__Deepsea_Brachiopoda_3876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.71666666666667 -14.667499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.667499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5310"^^xsd:integer ;
  dwc:maximumDepthInMeters "5310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3876'^^xsd:string;
  dwc:scientificName 'Chlidonophora incerta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:longitude '-14.6675'^^xsd:double;
  dwc:latitude '39.716666666667'^^xsd:double;
  dwc:minimumDepth '5310'^^xsd:integer;
  dwc:maximumDepth '5310'^^xsd:integer;
  dwc:aphiaid '235549'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3876'^^xsd:string;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '235549'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.4 -31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.4"^^xsd:decimal ;
  dwc:decimalLongitude "-31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2005"^^xsd:integer ;
  dwc:maximumDepthInMeters "2005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3878'^^xsd:string;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-31.75'^^xsd:double;
  dwc:latitude '58.4'^^xsd:double;
  dwc:minimumDepth '2005'^^xsd:integer;
  dwc:maximumDepth '2005'^^xsd:integer;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3878'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3845> ;
  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/5128__Deepsea_Brachiopoda_3845>
  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/5128__Deepsea_Brachiopoda_3845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3845'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3845'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3846> ;
  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/5128__Deepsea_Brachiopoda_3846>
  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/5128__Deepsea_Brachiopoda_3846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3846'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3846'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3847> ;
  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/5128__Deepsea_Brachiopoda_3847>
  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/5128__Deepsea_Brachiopoda_3847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3847'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3847'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3849> ;
  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/5128__Deepsea_Brachiopoda_3849>
  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/5128__Deepsea_Brachiopoda_3849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3849'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3849'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3850> ;
  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/5128__Deepsea_Brachiopoda_3850>
  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/5128__Deepsea_Brachiopoda_3850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3850'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3850'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3853> ;
  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/5128__Deepsea_Brachiopoda_3853>
  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/5128__Deepsea_Brachiopoda_3853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3853'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3853'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3854> ;
  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/5128__Deepsea_Brachiopoda_3854>
  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/5128__Deepsea_Brachiopoda_3854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3854'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3854'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3855> ;
  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/5128__Deepsea_Brachiopoda_3855>
  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/5128__Deepsea_Brachiopoda_3855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3855'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3855'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.083333333333336 -4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.083333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "-4.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1980"^^xsd:integer ;
  dwc:maximumDepthInMeters "1980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3857'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-4.35'^^xsd:double;
  dwc:latitude '44.083333333333'^^xsd:double;
  dwc:minimumDepth '1980'^^xsd:integer;
  dwc:maximumDepth '1980'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3857'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.518 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.518"^^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 "4252"^^xsd:integer ;
  dwc:maximumDepthInMeters "4252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3858'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '47.518'^^xsd:double;
  dwc:minimumDepth '4252'^^xsd:integer;
  dwc:maximumDepth '4252'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3858'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3837> ;
  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/5128__Deepsea_Brachiopoda_3837>
  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/5128__Deepsea_Brachiopoda_3837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3837'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3837'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3838> ;
  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/5128__Deepsea_Brachiopoda_3838>
  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/5128__Deepsea_Brachiopoda_3838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3838'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3838'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3839> ;
  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/5128__Deepsea_Brachiopoda_3839>
  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/5128__Deepsea_Brachiopoda_3839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3839'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3839'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3841> ;
  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/5128__Deepsea_Brachiopoda_3841>
  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/5128__Deepsea_Brachiopoda_3841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3841'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3841'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3842> ;
  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/5128__Deepsea_Brachiopoda_3842>
  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/5128__Deepsea_Brachiopoda_3842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3842'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3842'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6174166665 -34.8840833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6174166665"^^xsd:decimal ;
  dwc:decimalLongitude "-34.8840833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2951"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3891'^^xsd:string;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-34.884083333333'^^xsd:double;
  dwc:startLongitude '-34.90083'^^xsd:double;
  dwc:endLongitude '-34.86733'^^xsd:double;
  dwc:latitude '58.6174166665'^^xsd:double;
  dwc:startLatitude '58.56683'^^xsd:double;
  dwc:endLatitude '58.668'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2951'^^xsd:integer;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3891'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.05 -30.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.05"^^xsd:decimal ;
  dwc:decimalLongitude "-30.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2429"^^xsd:integer ;
  dwc:maximumDepthInMeters "2440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3892'^^xsd:string;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-30.433333333333'^^xsd:double;
  dwc:latitude '58.05'^^xsd:double;
  dwc:minimumDepth '2429'^^xsd:integer;
  dwc:maximumDepth '2440'^^xsd:integer;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3892'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3895> ;
  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/5128__Deepsea_Brachiopoda_3895>
  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/5128__Deepsea_Brachiopoda_3895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3895'^^xsd:string;
  dwc:scientificName 'Phaneropora incerta'^^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 '235659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3895'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.801166666666667 -27.900166666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.801166666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.900166666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4280"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3896'^^xsd:string;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-27.900166666667'^^xsd:double;
  dwc:latitude '29.801166666667'^^xsd:double;
  dwc:minimumDepth '4280'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3896'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.15 -44.833333333333336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.15"^^xsd:decimal ;
  dwc:decimalLongitude "-44.833333333333336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3650"^^xsd:integer ;
  dwc:maximumDepthInMeters "3650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3883'^^xsd:string;
  dwc:scientificName 'Nanacalathis atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:longitude '-44.833333333333'^^xsd:double;
  dwc:latitude '26.15'^^xsd:double;
  dwc:minimumDepth '3650'^^xsd:integer;
  dwc:maximumDepth '3650'^^xsd:integer;
  dwc:aphiaid '235570'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3883'^^xsd:string;
  dwc:observationDate '1988-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '235570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3884> ;
  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/5128__Deepsea_Brachiopoda_3884>
  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/5128__Deepsea_Brachiopoda_3884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3884'^^xsd:string;
  dwc:scientificName 'Macandrevia cranium'^^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 '104062'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3884'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3886> ;
  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/5128__Deepsea_Brachiopoda_3886>
  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/5128__Deepsea_Brachiopoda_3886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3886'^^xsd:string;
  dwc:scientificName 'Macandrevia cranium'^^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 '104062'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3886'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.7335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.7335"^^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/5128__Deepsea_Brachiopoda_3887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.7335)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.7335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3887'^^xsd:string;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.7335'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:minimumDepth '2171'^^xsd:integer;
  dwc:maximumDepth '2171'^^xsd:integer;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3887'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3888> ;
  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/5128__Deepsea_Brachiopoda_3888>
  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/5128__Deepsea_Brachiopoda_3888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3888'^^xsd:string;
  dwc:scientificName 'Macandrevia cranium'^^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 '104062'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3888'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3870> ;
  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/5128__Deepsea_Brachiopoda_3870>
  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/5128__Deepsea_Brachiopoda_3870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3870'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^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 '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3870'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3871> ;
  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/5128__Deepsea_Brachiopoda_3871>
  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/5128__Deepsea_Brachiopoda_3871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3871'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^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 '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3871'^^xsd:string;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3873> ;
  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/5128__Deepsea_Brachiopoda_3873>
  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/5128__Deepsea_Brachiopoda_3873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3873'^^xsd:string;
  dwc:scientificName 'Hispanirhynchia cornea'^^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 '104053'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3873'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3874> ;
  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/5128__Deepsea_Brachiopoda_3874>
  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/5128__Deepsea_Brachiopoda_3874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3874'^^xsd:string;
  dwc:scientificName 'Gryphus vitreus'^^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 '104068'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3874'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.56666666666667 -29.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.56666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2340"^^xsd:integer ;
  dwc:maximumDepthInMeters "3347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3875'^^xsd:string;
  dwc:scientificName 'Chlidonophora incerta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:longitude '-29.4'^^xsd:double;
  dwc:latitude '40.566666666667'^^xsd:double;
  dwc:minimumDepth '2340'^^xsd:integer;
  dwc:maximumDepth '3347'^^xsd:integer;
  dwc:occurrenceRemarks 'IdentificationRemarks: The species is the most abundant inthe West Indies, on the floors of abyssal basins'^^xsd:string;
  dwc:aphiaid '235549'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3875'^^xsd:string;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '235549'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3861> ;
  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/5128__Deepsea_Brachiopoda_3861>
  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/5128__Deepsea_Brachiopoda_3861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3861'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^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 '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3861'^^xsd:string;
  dwc:observationDate '1875-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3862> ;
  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/5128__Deepsea_Brachiopoda_3862>
  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/5128__Deepsea_Brachiopoda_3862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3862'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^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 '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3862'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31666666666667 -22.266666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.31666666666667"^^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 "4010"^^xsd:integer ;
  dwc:maximumDepthInMeters "4060"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3864'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:longitude '-22.266666666667'^^xsd:double;
  dwc:latitude '42.316666666667'^^xsd:double;
  dwc:minimumDepth '4010'^^xsd:integer;
  dwc:maximumDepth '4060'^^xsd:integer;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3864'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86666666666667 -24.083333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.86666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-24.083333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2670"^^xsd:integer ;
  dwc:maximumDepthInMeters "2670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3865'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-24.083333333333'^^xsd:double;
  dwc:latitude '58.866666666667'^^xsd:double;
  dwc:minimumDepth '2670'^^xsd:integer;
  dwc:maximumDepth '2670'^^xsd:integer;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3865'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6174166665 -34.8840833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6174166665"^^xsd:decimal ;
  dwc:decimalLongitude "-34.8840833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2951"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3867'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-34.884083333333'^^xsd:double;
  dwc:startLongitude '-34.90083'^^xsd:double;
  dwc:endLongitude '-34.86733'^^xsd:double;
  dwc:latitude '58.6174166665'^^xsd:double;
  dwc:startLatitude '58.56683'^^xsd:double;
  dwc:endLatitude '58.668'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2951'^^xsd:integer;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3867'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3817> ;
  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/5128__Deepsea_Brachiopoda_3817>
  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/5128__Deepsea_Brachiopoda_3817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3817'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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:occurrenceRemarks 'IdentificationRemarks: According to Odhner (1960) and Zezina (1965) the species is a prime example of a cosmopolitan deep-sea (bathyal and abyssal) species with a very wide bathymetric range'^^xsd:string;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3817'^^xsd:string;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3818> ;
  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/5128__Deepsea_Brachiopoda_3818>
  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/5128__Deepsea_Brachiopoda_3818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3818'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3818'^^xsd:string;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3819> ;
  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/5128__Deepsea_Brachiopoda_3819>
  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/5128__Deepsea_Brachiopoda_3819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3819'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3819'^^xsd:string;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6675 -28.6845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6675"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2132"^^xsd:integer ;
  dwc:maximumDepthInMeters "2151"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3824'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-28.6845'^^xsd:double;
  dwc:latitude '58.6675'^^xsd:double;
  dwc:minimumDepth '2132'^^xsd:integer;
  dwc:maximumDepth '2151'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3824'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6174166665 -34.8840833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6174166665"^^xsd:decimal ;
  dwc:decimalLongitude "-34.8840833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2930"^^xsd:integer ;
  dwc:maximumDepthInMeters "2951"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3825'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-34.884083333333'^^xsd:double;
  dwc:startLongitude '-34.90083'^^xsd:double;
  dwc:endLongitude '-34.86733'^^xsd:double;
  dwc:latitude '58.6174166665'^^xsd:double;
  dwc:startLatitude '58.56683'^^xsd:double;
  dwc:endLatitude '58.668'^^xsd:double;
  dwc:minimumDepth '2930'^^xsd:integer;
  dwc:maximumDepth '2951'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3825'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.05 -30.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.05"^^xsd:decimal ;
  dwc:decimalLongitude "-30.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2429"^^xsd:integer ;
  dwc:maximumDepthInMeters "2440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3826'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-30.433333333333'^^xsd:double;
  dwc:latitude '58.05'^^xsd:double;
  dwc:minimumDepth '2429'^^xsd:integer;
  dwc:maximumDepth '2440'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3826'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.13250000016665 -15.681666666666601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.13250000016665"^^xsd:decimal ;
  dwc:decimalLongitude "-15.681666666666601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4297"^^xsd:integer ;
  dwc:maximumDepthInMeters "4297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3827'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-15.681666666667'^^xsd:double;
  dwc:startLongitude '-15.19167'^^xsd:double;
  dwc:endLongitude '-16.17167'^^xsd:double;
  dwc:latitude '46.132500000167'^^xsd:double;
  dwc:startLatitude '46.13667'^^xsd:double;
  dwc:endLatitude '46.12833'^^xsd:double;
  dwc:minimumDepth '4297'^^xsd:integer;
  dwc:maximumDepth '4297'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3827'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.47 -30.116666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.116666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2836"^^xsd:integer ;
  dwc:maximumDepthInMeters "2836"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3820'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:longitude '-30.116666666667'^^xsd:double;
  dwc:latitude '56.47'^^xsd:double;
  dwc:minimumDepth '2836'^^xsd:integer;
  dwc:maximumDepth '2836'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3820'^^xsd:string;
  dwc:observationDate '1959-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.86805555555556 -12.717222222222222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.86805555555556"^^xsd:decimal ;
  dwc:decimalLongitude "-12.717222222222222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4404"^^xsd:integer ;
  dwc:maximumDepthInMeters "4409"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3821'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:longitude '-12.717222222222'^^xsd:double;
  dwc:latitude '34.868055555556'^^xsd:double;
  dwc:minimumDepth '4404'^^xsd:integer;
  dwc:maximumDepth '4409'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3821'^^xsd:string;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.71666666666667 -14.667499999999999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.71666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.667499999999999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5310"^^xsd:integer ;
  dwc:maximumDepthInMeters "5310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3822'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:longitude '-14.6675'^^xsd:double;
  dwc:latitude '39.716666666667'^^xsd:double;
  dwc:minimumDepth '5310'^^xsd:integer;
  dwc:maximumDepth '5310'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3822'^^xsd:string;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86666666666667 -24.083333333333332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.86666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-24.083333333333332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2670"^^xsd:integer ;
  dwc:maximumDepthInMeters "2670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3823'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-24.083333333333'^^xsd:double;
  dwc:latitude '58.866666666667'^^xsd:double;
  dwc:minimumDepth '2670'^^xsd:integer;
  dwc:maximumDepth '2670'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3823'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4558333335 -29.932499999999997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4558333335"^^xsd:decimal ;
  dwc:decimalLongitude "-29.932499999999997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2350"^^xsd:integer ;
  dwc:maximumDepthInMeters "2820"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3828'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-29.9325'^^xsd:double;
  dwc:startLongitude '-29.935'^^xsd:double;
  dwc:endLongitude '-29.93'^^xsd:double;
  dwc:latitude '34.4558333335'^^xsd:double;
  dwc:startLatitude '34.46167'^^xsd:double;
  dwc:endLatitude '34.45'^^xsd:double;
  dwc:minimumDepth '2350'^^xsd:integer;
  dwc:maximumDepth '2820'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3828'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.63483333333333 -37.416666666666664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.63483333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.416666666666664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3829'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-37.416666666667'^^xsd:double;
  dwc:latitude '34.634833333333'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2800'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3829'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.905 -45.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.905"^^xsd:decimal ;
  dwc:decimalLongitude "-45.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4440"^^xsd:integer ;
  dwc:maximumDepthInMeters "4480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3830'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-45.65'^^xsd:double;
  dwc:latitude '34.905'^^xsd:double;
  dwc:minimumDepth '4440'^^xsd:integer;
  dwc:maximumDepth '4480'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3830'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.801166666666667 -27.900166666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.801166666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.900166666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4280"^^xsd:integer ;
  dwc:maximumDepthInMeters "4300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3831'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-27.900166666667'^^xsd:double;
  dwc:latitude '29.801166666667'^^xsd:double;
  dwc:minimumDepth '4280'^^xsd:integer;
  dwc:maximumDepth '4300'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3831'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.88333333333333 -16.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.88333333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-16.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2830"^^xsd:integer ;
  dwc:maximumDepthInMeters "3120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3832'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:longitude '-16.35'^^xsd:double;
  dwc:latitude '32.883333333333'^^xsd:double;
  dwc:minimumDepth '2830'^^xsd:integer;
  dwc:maximumDepth '3120'^^xsd:integer;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3832'^^xsd:string;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3833> ;
  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/5128__Deepsea_Brachiopoda_3833>
  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/5128__Deepsea_Brachiopoda_3833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3833'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3833'^^xsd:string;
  dwc:observationDate '1973-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3834> ;
  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/5128__Deepsea_Brachiopoda_3834>
  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/5128__Deepsea_Brachiopoda_3834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3834'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3834'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3835> ;
  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/5128__Deepsea_Brachiopoda_3835>
  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/5128__Deepsea_Brachiopoda_3835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3835'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3835'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3877> ;
  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/5128__Deepsea_Brachiopoda_3877>
  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/5128__Deepsea_Brachiopoda_3877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3877'^^xsd:string;
  dwc:scientificName 'Eucalathis tuberata'^^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 '183142'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3877'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3880> ;
  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/5128__Deepsea_Brachiopoda_3880>
  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/5128__Deepsea_Brachiopoda_3880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3880'^^xsd:string;
  dwc:scientificName 'Eucalathis ergastica'^^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 '183141'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3880'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9335 -28.216666666666665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9335"^^xsd:decimal ;
  dwc:decimalLongitude "-28.216666666666665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2480"^^xsd:integer ;
  dwc:maximumDepthInMeters "2550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3893'^^xsd:string;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-28.216666666667'^^xsd:double;
  dwc:latitude '29.9335'^^xsd:double;
  dwc:minimumDepth '2480'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3893'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.13250000016665 -15.681666666666601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.13250000016665"^^xsd:decimal ;
  dwc:decimalLongitude "-15.681666666666601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4297"^^xsd:integer ;
  dwc:maximumDepthInMeters "4297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3897'^^xsd:string;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-15.681666666667'^^xsd:double;
  dwc:startLongitude '-15.19167'^^xsd:double;
  dwc:endLongitude '-16.17167'^^xsd:double;
  dwc:latitude '46.132500000167'^^xsd:double;
  dwc:startLatitude '46.13667'^^xsd:double;
  dwc:endLatitude '46.12833'^^xsd:double;
  dwc:minimumDepth '4297'^^xsd:integer;
  dwc:maximumDepth '4297'^^xsd:integer;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3897'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85 -28.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3340"^^xsd:integer ;
  dwc:maximumDepthInMeters "3340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3882'^^xsd:string;
  dwc:scientificName 'Nanacalathis atlantica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-28.1'^^xsd:double;
  dwc:latitude '29.85'^^xsd:double;
  dwc:minimumDepth '3340'^^xsd:integer;
  dwc:maximumDepth '3340'^^xsd:integer;
  dwc:aphiaid '235570'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3882'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '235570'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53527777777778 -8.566666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53527777777778"^^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 "2119"^^xsd:integer ;
  dwc:maximumDepthInMeters "2119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3885'^^xsd:string;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:longitude '-8.5666666666667'^^xsd:double;
  dwc:latitude '47.535277777778'^^xsd:double;
  dwc:minimumDepth '2119'^^xsd:integer;
  dwc:maximumDepth '2119'^^xsd:integer;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3885'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6675 -28.6845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6675"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2132"^^xsd:integer ;
  dwc:maximumDepthInMeters "2151"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3890'^^xsd:string;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-28.6845'^^xsd:double;
  dwc:latitude '58.6675'^^xsd:double;
  dwc:minimumDepth '2132'^^xsd:integer;
  dwc:maximumDepth '2151'^^xsd:integer;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3890'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3860> ;
  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/5128__Deepsea_Brachiopoda_3860>
  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/5128__Deepsea_Brachiopoda_3860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3860'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^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 '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3860'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3863> ;
  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/5128__Deepsea_Brachiopoda_3863>
  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/5128__Deepsea_Brachiopoda_3863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3863'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^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 '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3863'^^xsd:string;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6675 -28.6845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6675"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2132"^^xsd:integer ;
  dwc:maximumDepthInMeters "2151"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3866'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-28.6845'^^xsd:double;
  dwc:latitude '58.6675'^^xsd:double;
  dwc:minimumDepth '2132'^^xsd:integer;
  dwc:maximumDepth '2151'^^xsd:integer;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3866'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.05 -30.433333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.05"^^xsd:decimal ;
  dwc:decimalLongitude "-30.433333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2429"^^xsd:integer ;
  dwc:maximumDepthInMeters "2440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3868'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '-30.433333333333'^^xsd:double;
  dwc:latitude '58.05'^^xsd:double;
  dwc:minimumDepth '2429'^^xsd:integer;
  dwc:maximumDepth '2440'^^xsd:integer;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3868'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3872> ;
  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/5128__Deepsea_Brachiopoda_3872>
  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/5128__Deepsea_Brachiopoda_3872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3872'^^xsd:string;
  dwc:scientificName 'Hispanirhynchia cornea'^^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 '104053'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3872'^^xsd:string;
  dwc:observationDate '1881-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5 -29.941666666666666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5"^^xsd:decimal ;
  dwc:decimalLongitude "-29.941666666666666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3984"^^xsd:integer ;
  dwc:maximumDepthInMeters "3984"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5128__Deepsea_Brachiopoda_3881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3881'^^xsd:string;
  dwc:scientificName 'Bathynanus rhizopodus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:longitude '-29.941666666667'^^xsd:double;
  dwc:latitude '33.5'^^xsd:double;
  dwc:minimumDepth '3984'^^xsd:integer;
  dwc:maximumDepth '3984'^^xsd:integer;
  dwc:aphiaid '235567'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3881'^^xsd:string;
  dwc:observationDate '1959-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '235567'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3844> ;
  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/5128__Deepsea_Brachiopoda_3844>
  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/5128__Deepsea_Brachiopoda_3844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3844'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3844'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3848> ;
  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/5128__Deepsea_Brachiopoda_3848>
  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/5128__Deepsea_Brachiopoda_3848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3848'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3848'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3851> ;
  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/5128__Deepsea_Brachiopoda_3851>
  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/5128__Deepsea_Brachiopoda_3851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3851'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3851'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3852> ;
  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/5128__Deepsea_Brachiopoda_3852>
  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/5128__Deepsea_Brachiopoda_3852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3852'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3852'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3856> ;
  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/5128__Deepsea_Brachiopoda_3856>
  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/5128__Deepsea_Brachiopoda_3856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3856'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3856'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3859> ;
  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/5128__Deepsea_Brachiopoda_3859>
  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/5128__Deepsea_Brachiopoda_3859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3859'^^xsd:string;
  dwc:scientificName 'Cryptopora gnomon'^^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 '104052'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3859'^^xsd:string;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3836> ;
  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/5128__Deepsea_Brachiopoda_3836>
  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/5128__Deepsea_Brachiopoda_3836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3836'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3836'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3840> ;
  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/5128__Deepsea_Brachiopoda_3840>
  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/5128__Deepsea_Brachiopoda_3840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3840'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3840'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5128__Deepsea_Brachiopoda_3843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5128__Deepsea_Brachiopoda_3843> ;
  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/5128__Deepsea_Brachiopoda_3843>
  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/5128__Deepsea_Brachiopoda_3843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Deepsea_Brachiopoda_3843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5128_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-11-26'^^xsd:date;
  dwc:institutionCode 'P.P. Shirshov Institute of Oceanology, Russian Academy of Scienses'^^xsd:string;
  dwc:collectionCode 'Deep-sea Fauna of European Seas: Brachiopoda'^^xsd:string;
  dwc:catalogNumber 'Deepsea_Brachiopoda_3843'^^xsd:string;
  dwc:scientificName 'Pelagodiscus atlanticus'^^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 '183339'^^xsd:integer;
  dwc:occurrenceId 'Deepsea_Brachiopoda_3843'^^xsd:string;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF